Skip to content

Commit

Permalink
Merge pull request #712 from willkg/709-python-requires
Browse files Browse the repository at this point in the history
Fix python_requires metadata to be >= 3.8
  • Loading branch information
willkg committed Sep 18, 2023
2 parents adf0d5b + cef9a8e commit 9596b31
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 @@ -51,7 +51,7 @@ def get_version():
include_package_data=True,
package_data={"": ["README.rst"]},
zip_safe=False,
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_REQUIRE,
classifiers=[
Expand Down

0 comments on commit 9596b31

Please sign in to comment.