From: Tobias Brunner Date: Mon, 9 Dec 2024 10:29:59 +0000 (+0100) Subject: vici: Update supported Python versions X-Git-Tag: android-2.5.3~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6a0de0837ad68f61befe577975690458fe50393;p=thirdparty%2Fstrongswan.git vici: Update supported Python versions --- diff --git a/src/libcharon/plugins/vici/python/setup.py.in b/src/libcharon/plugins/vici/python/setup.py.in index 8b63a2f226..52b037fa58 100644 --- a/src/libcharon/plugins/vici/python/setup.py.in +++ b/src/libcharon/plugins/vici/python/setup.py.in @@ -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", ] diff --git a/src/libcharon/plugins/vici/python/tox.ini b/src/libcharon/plugins/vici/python/tox.ini index a5e892518f..91121d0970 100644 --- a/src/libcharon/plugins/vici/python/tox.ini +++ b/src/libcharon/plugins/vici/python/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36, py37, py38, py39, py310, py311 +envlist = py38, py39, py310, py311, py312, py313 [testenv] deps =