Skip to content

Commit 26f6ed3

Browse files
committed
Set supported python versions for this release.
1 parent 84530e0 commit 26f6ed3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def read(fname):
4949
provides=['hamcrest'],
5050
long_description=read('README.rst'),
5151
install_requires=['six'],
52+
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
5253
classifiers=[
5354
'Development Status :: 5 - Production/Stable',
5455
'Environment :: Console',
@@ -57,12 +58,8 @@ def read(fname):
5758
'Natural Language :: English',
5859
'Operating System :: OS Independent',
5960
'Programming Language :: Python :: 2',
60-
'Programming Language :: Python :: 2.6',
6161
'Programming Language :: Python :: 2.7',
6262
'Programming Language :: Python :: 3',
63-
'Programming Language :: Python :: 3.2',
64-
'Programming Language :: Python :: 3.3',
65-
'Programming Language :: Python :: 3.4',
6663
'Programming Language :: Python :: 3.5',
6764
'Programming Language :: Python :: 3.6',
6865
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)