From dd2f5eeaea37ce9c578917d512f1d13aa94daf2e Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 28 Jan 2026 11:25:16 -0600 Subject: [PATCH] remove python 3.9 from supported versions Signed-off-by: Brian S. Stephan --- pyproject.toml | 2 +- tox.ini | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 31f4bee..76231fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = {text = "GPL-3.0-or-later"} authors = [ {name = "Brian S. Stephan", email = "bss@incorporeal.org"}, ] -requires-python = ">=3.9" +requires-python = ">=3.10" dependencies = ["feedgen", "jinja2", "Markdown", "termcolor"] dynamic = ["version"] classifiers = [ diff --git a/tox.ini b/tox.ini index a1979c6..13a5614 100644 --- a/tox.ini +++ b/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 =