Add test support for Python 3.12.
This commit is contained in:
parent
f39cea4abf
commit
715e2ac127
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
env_list = py38,py39,py310,py311
|
||||
env_list = py38,py39,py310,py311,py312
|
||||
skip_missing_interpreters = True
|
||||
package = editable
|
||||
min_version = 4.0
|
||||
|
|
Loading…
Reference in a new issue