]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
vici: Add Python 3.10 and 3.11
authorTobias Brunner <tobias@strongswan.org>
Mon, 12 Dec 2022 14:55:08 +0000 (15:55 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 12 Dec 2022 15:57:01 +0000 (16:57 +0100)
src/libcharon/plugins/vici/python/setup.py.in
src/libcharon/plugins/vici/python/tox.ini

index 130575197e5b3f4c579b34e6aae4410d4e163cc7..8b63a2f2266b62b5d40f0cc775aaeffb6aba073d 100644 (file)
@@ -24,6 +24,8 @@ setup(
         "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",
         "Topic :: Security",
         "Topic :: Software Development :: Libraries",
     ]
index 66df3a79ae43c1ca32307b17f352c3dfd48e417b..a5e892518f687fc01dc8e408ab25b034cae91a15 100644 (file)
@@ -1,5 +1,5 @@
 [tox]
-envlist = py36, py37, py38, py39
+envlist = py36, py37, py38, py39, py310, py311
 
 [testenv]
 deps =