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 321efb2 commit fb17e7fCopy full SHA for fb17e7f
setup.py
@@ -45,7 +45,7 @@ def run_tests(self):
45
packages=find_packages(exclude=['examples', 'tests']),
46
include_package_data=True,
47
zip_safe=False,
48
- python_requires='>=2.7 >=3.6',
+ python_requires='>=2.7,!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4',
49
tests_require=['pytest'],
50
cmdclass={'test': PyTest},
51
install_requires=['boto3'],
0 commit comments