Skip to content

Commit

Permalink
Trying to keep the bot happy
Browse files Browse the repository at this point in the history
  • Loading branch information
manodeep authored Aug 1, 2024
1 parent 4be3c8c commit 5ab6dd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@ def setup_packages():
min_np_minor),
'future',
'wurlitzer'],
python_requires='!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*, <4',
python_requires='!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*,'\
'!=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*, <4',
zip_safe=False,
cmdclass={'build_ext': BuildExtSubclass})

Expand Down

0 comments on commit 5ab6dd6

Please sign in to comment.