Skip to content

Commit c748ac4

Browse files
committed
Update setpu.py to version testing
1 parent f81e3b0 commit c748ac4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,9 @@
6969
'Topic :: Software Development :: Build Tools',
7070

7171
# Specify the Python versions you support here. In particular, ensure
72-
# that you indicate whether you support Python 2, Python 3 or both.
72+
# that you indicate whether you support Python 2.7, Python 3 or both.
7373
'Programming Language :: Python :: 2.7',
74-
'Programming Language :: Python :: 3.4',
75-
'Programming Language :: Python :: 3.5',
76-
'Programming Language :: Python :: 3.6',
74+
'Programming Language :: Python :: 3'
7775
],
7876

7977
# What does your project relate to?

0 commit comments

Comments
 (0)