Skip to content

Commit

Permalink
Fix python_requires in setup.py (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbyrohl committed Aug 16, 2023
1 parent a62b474 commit 802d8a5
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 @@ -560,7 +560,7 @@ def setup_packages():
min_np_minor),
'future',
'wurlitzer'],
python_requires='>=2.7,!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*,, <4',
python_requires='>=2.7,!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, <4',
zip_safe=False,
cmdclass={'build_ext': BuildExtSubclass})

Expand Down

0 comments on commit 802d8a5

Please sign in to comment.