Skip to content

Commit

Permalink
try to fix python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
csm10495 committed Oct 16, 2020
1 parent 1a0533d commit 07695a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
author="Benjamin Peterson",
author_email="[email protected]",
url="https://github.com/benjaminp/six",
tests_require=["pytest"],
tests_require=["pytest<3.3"],
py_modules=["six"],
description="Python 2 and 3 compatibility utilities",
long_description=six_long_description,
Expand Down

0 comments on commit 07695a2

Please sign in to comment.