Skip to content

Commit 6b2039c

Browse files
authored
Actually raise the lower bound to >=3.8 (#1185)
1 parent f7bbfd4 commit 6b2039c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
license="BSD",
3737
keywords="file",
3838
packages=["fsspec", "fsspec.implementations"],
39-
python_requires=">=3.7",
39+
python_requires=">=3.8",
4040
install_requires=open("requirements.txt").read().strip().split("\n"),
4141
extras_require={
4242
"entrypoints": [],

0 commit comments

Comments
 (0)