vici: List newer Python versions in setup.py

This commit is contained in:
Tobias Brunner 2020-01-14 10:48:53 +01:00
parent 282c57b131
commit c170bb593b
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ setup(
"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",
"Topic :: Security",
"Topic :: Software Development :: Libraries",
)