File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
### Added
10
+ * Add support for Python 3.10.
10
11
### Changed
11
12
### Deprecated
12
13
### Removed
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ poetry install
32
32
```
33
33
34
34
### 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 .
36
36
37
37
The ` requests ` module is used to perform HTTP requests; the minimum is version 2.0.
38
38
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ classifiers = [
18
18
# Note: although poetry automatically creates the Python version trove
19
19
# classifiers, the 3.6 one will be missing because we specify >=3.6.2
20
20
" Programming Language :: Python :: 3.6" ,
21
+ " Programming Language :: Python :: 3.10" ,
21
22
]
22
23
include = [
23
24
" CHANGELOG.md" ,
You can’t perform that action at this time.
0 commit comments