Skip to content

Commit

Permalink
Bump python_requires to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrosenthal committed Feb 12, 2024
1 parent ce2de00 commit 631784a
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 @@ -41,7 +41,7 @@
author_email="",
url="",
packages=setuptools.find_packages(),
python_requires=">=3.7,<4",
python_requires=">=3.8,<4",
install_requires=BASE_DEPENDS,
extras_require={
"web": WEB_DEPENDS,
Expand Down

0 comments on commit 631784a

Please sign in to comment.