Skip to content

Commit 321efb2

Browse files
committed
Try to fix pytest error on py27.
1 parent 6f27faf commit 321efb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +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',
4849
tests_require=['pytest'],
4950
cmdclass={'test': PyTest},
5051
install_requires=['boto3'],

0 commit comments

Comments
 (0)