vici: Update supported Python versions
This commit is contained in:
@@ -14,21 +14,18 @@ setup(
|
|||||||
license="MIT",
|
license="MIT",
|
||||||
packages=["vici"],
|
packages=["vici"],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
classifiers=(
|
classifiers=[
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Intended Audience :: System Administrators",
|
"Intended Audience :: System Administrators",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Natural Language :: English",
|
"Natural Language :: English",
|
||||||
"Programming Language :: Python :: 2.7",
|
"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.6",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
|
"Programming Language :: Python :: 3.9",
|
||||||
"Topic :: Security",
|
"Topic :: Security",
|
||||||
"Topic :: Software Development :: Libraries",
|
"Topic :: Software Development :: Libraries",
|
||||||
)
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py27, py35, py36, py37, py38
|
envlist = py27, py36, py37, py38, py39
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
@@ -7,7 +7,7 @@ deps =
|
|||||||
pytest-pycodestyle
|
pytest-pycodestyle
|
||||||
commands = pytest --pycodestyle
|
commands = pytest --pycodestyle
|
||||||
|
|
||||||
[testenv:py{27,35}]
|
[testenv:py{27}]
|
||||||
deps = pytest
|
deps = pytest
|
||||||
commands = pytest
|
commands = pytest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user