Update tox environments to match supported Python versions
This commit is contained in:
parent
1209f5f08f
commit
407e56c606
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py36,py37,py38,py39,py310
|
||||
envlist = py38,py39,py310,py311
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
|
|
Loading…
Reference in a new issue