Skip to content

Commit

Permalink
Merge pull request #252 from spookylukey/remove-python-upper-bound
Browse files Browse the repository at this point in the history
Removed upper bound on Python version
  • Loading branch information
gawel authored Jun 8, 2023
2 parents fe534aa + 6eee318 commit 5bc6841
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 @@ -59,7 +59,7 @@
]),
include_package_data=True,
zip_safe=False,
python_requires='>=3.7, <4',
python_requires='>=3.7',
install_requires=install_requires,
tests_require=tests_require,
extras_require={
Expand Down

0 comments on commit 5bc6841

Please sign in to comment.