2
0
Fork 0

Add support for python 3.12

This commit is contained in:
Lance Edgar 2024-05-31 13:34:23 -05:00
parent 1d7ee980d5
commit 07bc29c494
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@ 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
envlist = py36, py37, py38, py39, py310, py311, py312
# TODO: can remove this when we drop py36 support
# nb. need this for testing older python versions