Updated to latest python versions

This commit is contained in:
2025-04-20 22:21:51 -04:00
parent bda31cf4ce
commit 8a93f794d6
4 changed files with 26 additions and 21 deletions
+7 -7
View File
@@ -3,14 +3,14 @@ envlist =
clean,
build,
check,
3.9-cover,
3.9-nocov,
3.13-cover,
3.13-nocov,
report,
docs
[testenv]
basepython =
{clean,check,report,extension-coveralls,coveralls,codecov,docs,spell,build}: python3.9
{clean,check,report,extension-coveralls,coveralls,codecov,docs,spell,build}: python3.13
setenv =
PYTHONPATH={toxinidir}/tests
PYTHONUNBUFFERED=yes
@@ -112,11 +112,11 @@ usedevelop = false
deps = coverage
[testenv:3.9-nocov]
basepython = {env:TOXPYTHON:python3.9}
[testenv:3.13-nocov]
basepython = {env:TOXPYTHON:python3.13}
[testenv:3.9-cover]
basepython = {env:TOXPYTHON:python3.9}
[testenv:3.13-cover]
basepython = {env:TOXPYTHON:python3.13}
setenv =
{[testenv]setenv}
WITH_COVERAGE=yes