Update python test versions

- add 3.12
- remove 3.7 since it is out of support
This commit is contained in:
Lioman 2023-10-03 00:27:48 +02:00 committed by GitHub
commit 0b0db8d863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
[tox]
envlist = py{3.7,3.8,3.9,3.10,3.11},docs,flake8
envlist = py{3.8,3.9,3.10,3.11,3.12},docs,flake8
[testenv]
basepython =
py3.7: python3.7
py3.8: python3.8
py3.9: python3.9
py3.10: python3.10
py3.11: python3.11
py3.12: python3.12
passenv = *
usedevelop=True
deps =