Skip to content

Commit fb17e7f

Browse files
committed
Fix versions.
1 parent 321efb2 commit fb17e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def run_tests(self):
4545
packages=find_packages(exclude=['examples', 'tests']),
4646
include_package_data=True,
4747
zip_safe=False,
48-
python_requires='>=2.7 >=3.6',
48+
python_requires='>=2.7,!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4',
4949
tests_require=['pytest'],
5050
cmdclass={'test': PyTest},
5151
install_requires=['boto3'],

0 commit comments

Comments
 (0)