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