1
0
Fork 0

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:
Lance Edgar 2024-05-31 14:03:02 -05:00
parent 07bc29c494
commit ba1905b7ad
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,6 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]

View file

@ -1,6 +1,6 @@
[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
# nb. need this for testing older python versions