remove python 3.9 from supported versions

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2026-01-28 11:25:16 -06:00
parent d66a471c76
commit dd2f5eeaea
2 changed files with 2 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
[tox]
isolated_build = true
envlist = begin,py39,py310,py311,py312,py313,coverage,security,lint,reuse
envlist = begin,py310,py311,py312,py313,coverage,security,lint,reuse
[testenv]
allow_externals = pytest, coverage
@@ -21,11 +21,6 @@ deps = setuptools
skip_install = true
commands = coverage erase
[testenv:py39]
# run pytest with coverage
commands =
pytest --cov-append --cov={envsitepackagesdir}/incorporealcms/ --cov-branch
[testenv:py310]
# run pytest with coverage
commands =