Add python 3.12 to test matrix

This commit is contained in:
Lioman 2023-10-03 16:59:57 +02:00
commit de0fae8182
3 changed files with 12 additions and 10 deletions

View file

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