Revert "Add support for python 3.12"
This reverts commit 07bc29c494
.
probably 3.12 works fine, but for technical reasons the automated
tests don't work yet. hoping once we drop 3.6 support then can get
the 3.12 tests working properly..
This commit is contained in:
parent
07bc29c494
commit
ba1905b7ad
|
@ -23,7 +23,6 @@ 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, py312
|
envlist = py36, py37, py38, py39, py310, py311
|
||||||
|
|
||||||
# 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