Skip to content

Commit dc04fe7

Browse files
committed
Define the right pythons
1 parent 66b86fe commit dc04fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def run_tests(self):
6868
"Topic :: Utilities",
6969
"Programming Language :: Python :: 2",
7070
"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()],
71+
] + [("Programming Language :: Python :: %s" % x) for x in "2.7 3.4 3.5 3.6 3.7".split()],
7272
cmdclass={"test": ToxTestCommand},
7373
install_requires=[
7474
"glob2",

0 commit comments

Comments
 (0)