Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Snedashkovsky authored Feb 13, 2024
1 parent 6a56f29 commit b249481
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 @@ -73,7 +73,7 @@ def read_requirements(path):
include_package_data=True,
author_email="",
license="MIT",
python_requires=">=3.9.6, <3.11.8",
python_requires=">=3.9.6, <=3.11.8",
install_requires=requirements,
extras_require={
"dev": extra_requirements_dev,
Expand Down

0 comments on commit b249481

Please sign in to comment.