Skip to content

Commit

Permalink
Actually raise the lower bound to >=3.8 (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- authored Feb 12, 2023
1 parent f7bbfd4 commit 6b2039c
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 @@ -36,7 +36,7 @@
license="BSD",
keywords="file",
packages=["fsspec", "fsspec.implementations"],
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=open("requirements.txt").read().strip().split("\n"),
extras_require={
"entrypoints": [],
Expand Down

0 comments on commit 6b2039c

Please sign in to comment.