remove python 3.9 from supported versions
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user