We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b86fe commit dc04fe7Copy full SHA for dc04fe7
setup.py
@@ -68,7 +68,7 @@ def run_tests(self):
68
"Topic :: Utilities",
69
"Programming Language :: Python :: 2",
70
"Programming Language :: Python :: 3"
71
- ] + [("Programming Language :: Python :: %s" % x) for x in "2.7 3.0 3.1 3.2 3.3 3.4".split()],
+ ] + [("Programming Language :: Python :: %s" % x) for x in "2.7 3.4 3.5 3.6 3.7".split()],
72
cmdclass={"test": ToxTestCommand},
73
install_requires=[
74
"glob2",
0 commit comments