Skip to content

Commit 3c49b09

Browse files
committed
Fix python_requires value
1 parent 9268f55 commit 3c49b09

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
@@ -19,7 +19,7 @@
1919
package_dir={"": "src"},
2020
install_requires=["tokenize_rt", "setuptools"],
2121
keywords=["async"],
22-
python_requires=">=3.7",
22+
python_requires=">=3.8",
2323
classifiers=[
2424
"License :: OSI Approved :: MIT License",
2525
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)