Skip to content

Commit 9596b31

Browse files
authored
Merge pull request #712 from willkg/709-python-requires
Fix python_requires metadata to be >= 3.8
2 parents adf0d5b + cef9a8e commit 9596b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_version():
5151
include_package_data=True,
5252
package_data={"": ["README.rst"]},
5353
zip_safe=False,
54-
python_requires=">=3.7",
54+
python_requires=">=3.8",
5555
install_requires=INSTALL_REQUIRES,
5656
extras_require=EXTRAS_REQUIRE,
5757
classifiers=[

0 commit comments

Comments
 (0)