Skip to content

Commit

Permalink
chore: remove <=3.11 from python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
bpshaver committed Mar 10, 2023
1 parent 5c0e946 commit 1bf7f08
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 @@ -56,7 +56,7 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
python_requires='>=3.7, <=3.11',
python_requires='>=3.7',
install_requires=install_requires,
license=about["__license__"],
include_package_data=True,
Expand Down

0 comments on commit 1bf7f08

Please sign in to comment.