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 4a3bb44 commit 0db2e60Copy full SHA for 0db2e60
setup.py
@@ -113,10 +113,12 @@ def read(fname):
113
'License :: OSI Approved :: MIT License',
114
'Natural Language :: English',
115
"Programming Language :: Python :: 2",
116
- 'Programming Language :: Python :: 2.6',
117
'Programming Language :: Python :: 2.7',
118
'Programming Language :: Python :: 3',
119
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
120
+ 'Programming Language :: Python :: 3.5',
121
+ 'Programming Language :: Python :: 3.6',
122
],
123
test_suite='tests',
124
tests_require=[
0 commit comments