Add Python 3.12 build (#85)

* Add Python 3.12 build

* Update typing extensions

* Remove Python 3.7
This commit is contained in:
offa
2023-12-31 04:02:53 +00:00
committed by GitHub
parent 8cc05adcf4
commit 9529df5d68
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
[tox]
env_list = py{37,38,39,310,311}
env_list = py{38,39,310,311,312}
isolated_build = True
passenv = *
setenv =
@@ -7,11 +7,11 @@ setenv =
[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312
[testenv]
allowlist_externals =