Skip to content

Commit 1ff6428

Browse files
Mark 3.6.0 as supported as well?
1 parent 2f6d91b commit 1ff6428

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

0 commit comments

Comments
 (0)