Skip to content

Commit

Permalink
Fix python_requires value
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed May 3, 2024
1 parent 9268f55 commit 3c49b09
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 @@ -19,7 +19,7 @@
package_dir={"": "src"},
install_requires=["tokenize_rt", "setuptools"],
keywords=["async"],
python_requires=">=3.7",
python_requires=">=3.8",
classifiers=[
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit 3c49b09

Please sign in to comment.