vici: Update supported Python versions

Debian bullseye still ships 3.9, while Alpine and newer Ubuntu releases
ship 3.14.
This commit is contained in:
Tobias Brunner
2026-06-29 17:45:29 +02:00
parent b727eb88b4
commit 02ade69543
2 changed files with 2 additions and 2 deletions
@@ -19,12 +19,12 @@ setup(
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Natural Language :: English",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Security",
"Topic :: Software Development :: Libraries",
]
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py38, py39, py310, py311, py312, py313
envlist = py39, py310, py311, py312, py313, py314
[testenv]
deps =