remove python 3.9 from supported versions
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
d66a471c76
commit
dd2f5eeaea
@ -10,7 +10,7 @@ license = {text = "GPL-3.0-or-later"}
|
|||||||
authors = [
|
authors = [
|
||||||
{name = "Brian S. Stephan", email = "bss@incorporeal.org"},
|
{name = "Brian S. Stephan", email = "bss@incorporeal.org"},
|
||||||
]
|
]
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.10"
|
||||||
dependencies = ["feedgen", "jinja2", "Markdown", "termcolor"]
|
dependencies = ["feedgen", "jinja2", "Markdown", "termcolor"]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|||||||
7
tox.ini
7
tox.ini
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
isolated_build = true
|
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]
|
[testenv]
|
||||||
allow_externals = pytest, coverage
|
allow_externals = pytest, coverage
|
||||||
@ -21,11 +21,6 @@ deps = setuptools
|
|||||||
skip_install = true
|
skip_install = true
|
||||||
commands = coverage erase
|
commands = coverage erase
|
||||||
|
|
||||||
[testenv:py39]
|
|
||||||
# run pytest with coverage
|
|
||||||
commands =
|
|
||||||
pytest --cov-append --cov={envsitepackagesdir}/incorporealcms/ --cov-branch
|
|
||||||
|
|
||||||
[testenv:py310]
|
[testenv:py310]
|
||||||
# run pytest with coverage
|
# run pytest with coverage
|
||||||
commands =
|
commands =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user