Add support for python 3.12
This commit is contained in:
parent
1d7ee980d5
commit
07bc29c494
|
@ -23,6 +23,7 @@ classifiers =
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
Programming Language :: Python :: 3.11
|
Programming Language :: Python :: 3.11
|
||||||
|
Programming Language :: Python :: 3.12
|
||||||
|
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py36, py37, py38, py39, py310, py311
|
envlist = py36, py37, py38, py39, py310, py311, py312
|
||||||
|
|
||||||
# TODO: can remove this when we drop py36 support
|
# TODO: can remove this when we drop py36 support
|
||||||
# nb. need this for testing older python versions
|
# nb. need this for testing older python versions
|
||||||
|
|
Loading…
Reference in a new issue