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 f81e3b0 commit c748ac4Copy full SHA for c748ac4
setup.py
@@ -69,11 +69,9 @@
69
'Topic :: Software Development :: Build Tools',
70
71
# Specify the Python versions you support here. In particular, ensure
72
- # that you indicate whether you support Python 2, Python 3 or both.
+ # that you indicate whether you support Python 2.7, Python 3 or both.
73
'Programming Language :: Python :: 2.7',
74
- 'Programming Language :: Python :: 3.4',
75
- 'Programming Language :: Python :: 3.5',
76
- 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3'
77
],
78
79
# What does your project relate to?
0 commit comments