Skip to content

Commit 64868f1

Browse files
authored
Merge pull request #522 from mariusvniekerk/patch-2
Mark 3.6.0 as supported as well?
2 parents e59e514 + 7dd7cb1 commit 64868f1

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
@@ -31,7 +31,7 @@
3131
license="BSD",
3232
keywords="file",
3333
packages=["fsspec", "fsspec.implementations"],
34-
python_requires=">3.6",
34+
python_requires=">=3.7",
3535
install_requires=open("requirements.txt").read().strip().split("\n"),
3636
extras_require={
3737
":python_version < '3.8'": ["importlib_metadata"],

0 commit comments

Comments
 (0)