Update tox.ini update Python versions

This commit is contained in:
Clinton Hall 2024-02-27 20:23:49 +13:00 committed by GitHub
commit bbe49f7d2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,19 +4,18 @@
envlist = envlist =
clean, clean,
check, check,
{py27, py35, py36, py37, py38, py39, py310, py311}, {py27, py37, py38, py39, py310, py311, py312},
report report
[testenv] [testenv]
basepython = basepython =
py27: {env:TOXPYTHON:python2.7} py27: {env:TOXPYTHON:python2.7}
py35: {env:TOXPYTHON:python3.5}
py36: {env:TOXPYTHON:python3.6}
py37: {env:TOXPYTHON:python3.7} py37: {env:TOXPYTHON:python3.7}
py38: {env:TOXPYTHON:python3.8} py38: {env:TOXPYTHON:python3.8}
py39: {env:TOXPYTHON:python3.9} py39: {env:TOXPYTHON:python3.9}
py310: {env:TOXPYTHON:python3.10} py310: {env:TOXPYTHON:python3.10}
py311: {env:TOXPYTHON:python3.11} py311: {env:TOXPYTHON:python3.11}
py312: {env:TOXPYTHON:python3.12}
{clean,check,report,codecov}: {env:TOXPYTHON:python3} {clean,check,report,codecov}: {env:TOXPYTHON:python3}
setenv = setenv =
PYTHONPATH={toxinidir}/tests PYTHONPATH={toxinidir}/tests