remove python 3.9 from supported versions

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

View File

@ -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 = [

View File

@ -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 =