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 84530e0 commit 26f6ed3Copy full SHA for 26f6ed3
setup.py
@@ -49,6 +49,7 @@ def read(fname):
49
provides=['hamcrest'],
50
long_description=read('README.rst'),
51
install_requires=['six'],
52
+ python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
53
classifiers=[
54
'Development Status :: 5 - Production/Stable',
55
'Environment :: Console',
@@ -57,12 +58,8 @@ def read(fname):
57
58
'Natural Language :: English',
59
'Operating System :: OS Independent',
60
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.6',
61
'Programming Language :: Python :: 2.7',
62
'Programming Language :: Python :: 3',
63
- 'Programming Language :: Python :: 3.2',
64
- 'Programming Language :: Python :: 3.3',
65
- 'Programming Language :: Python :: 3.4',
66
'Programming Language :: Python :: 3.5',
67
'Programming Language :: Python :: 3.6',
68
'Programming Language :: Python :: 3.7',
0 commit comments