]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
vici: Update supported Python versions
authorTobias Brunner <tobias@strongswan.org>
Mon, 9 Dec 2024 10:29:59 +0000 (11:29 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 11 Dec 2024 14:18:09 +0000 (15:18 +0100)
src/libcharon/plugins/vici/python/setup.py.in
src/libcharon/plugins/vici/python/tox.ini

index 8b63a2f2266b62b5d40f0cc775aaeffb6aba073d..52b037fa58b01a192c72a324bf65646ed15b21f4 100644 (file)
@@ -10,7 +10,7 @@ setup(
     long_description=long_description,
     author="strongSwan Project",
     author_email="info@strongswan.org",
-    url="https://docs.strongswan.org/docs/5.9/plugins/vici.html",
+    url="https://docs.strongswan.org/docs/latest/plugins/vici.html",
     license="MIT",
     packages=["vici"],
     include_package_data=True,
@@ -20,12 +20,12 @@ setup(
         "Intended Audience :: System Administrators",
         "License :: OSI Approved :: MIT License",
         "Natural Language :: English",
-        "Programming Language :: Python :: 3.6",
-        "Programming Language :: Python :: 3.7",
         "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",
         "Topic :: Security",
         "Topic :: Software Development :: Libraries",
     ]
index a5e892518f687fc01dc8e408ab25b034cae91a15..91121d0970b1fa95ba67f42c9ad247cabe1b28eb 100644 (file)
@@ -1,5 +1,5 @@
 [tox]
-envlist = py36, py37, py38, py39, py310, py311
+envlist = py38, py39, py310, py311, py312, py313
 
 [testenv]
 deps =