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:
@@ -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,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py38, py39, py310, py311, py312, py313
|
||||
envlist = py39, py310, py311, py312, py313, py314
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
||||
Reference in New Issue
Block a user