We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a2e7b commit c7642f0Copy full SHA for c7642f0
3 files changed
.travis.yml
@@ -9,6 +9,8 @@ python:
9
- "3.7"
10
- "3.8"
11
- "3.9"
12
+ - "3.10"
13
+ - "3.11"
14
15
install:
16
- pip install coverage coveralls codecov
setup.py
@@ -39,6 +39,8 @@ def read(file_name):
39
'Programming Language :: Python :: 3.7',
40
'Programming Language :: Python :: 3.8',
41
'Programming Language :: Python :: 3.9',
42
+ 'Programming Language :: Python :: 3.10',
43
+ 'Programming Language :: Python :: 3.11',
44
'Programming Language :: Python :: Implementation :: CPython',
45
],
46
)
tox.ini
@@ -7,6 +7,7 @@ envlist =
7
py38,
8
py39,
py310,
+ py311,
mypy
[testenv]
0 commit comments