Run tests on python 3.11
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2023-06-26 16:26:39 -07:00
parent b0e327e2cd
commit 6726931916
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ PYTHON_VERSIONS = [
"3.8",
"3.9",
"3.10",
"3.11",
"latest",
]

View File

@ -1,5 +1,5 @@
[tox]
envlist = py3,py37,py38,py39,py310
envlist = py3,py37,py38,py39,py310,py311
[testenv]
deps =