vici: Update supported Python versions

This commit is contained in:
Tobias Brunner
2021-09-09 12:30:17 +02:00
parent fbd4930323
commit a415761a8e
2 changed files with 5 additions and 8 deletions
@@ -14,21 +14,18 @@ setup(
license="MIT",
packages=["vici"],
include_package_data=True,
classifiers=(
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Security",
"Topic :: Software Development :: Libraries",
)
]
)