Skip to content

Commit 4cc6717

Browse files
Add support for Python 3.10
1 parent 2a8a50c commit 4cc6717

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99
### Added
10+
* Add support for Python 3.10.
1011
### Changed
1112
### Deprecated
1213
### Removed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ poetry install
3232
```
3333

3434
### Requirements
35-
The library is tested with Python versions 3.6 to 3.9.
35+
The library is tested with Python versions 3.6 to 3.10.
3636

3737
The `requests` module is used to perform HTTP requests; the minimum is version 2.0.
3838

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
# Note: although poetry automatically creates the Python version trove
1919
# classifiers, the 3.6 one will be missing because we specify >=3.6.2
2020
"Programming Language :: Python :: 3.6",
21+
"Programming Language :: Python :: 3.10",
2122
]
2223
include = [
2324
"CHANGELOG.md",

0 commit comments

Comments
 (0)