We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e50904 commit a340af6Copy full SHA for a340af6
fsspec/implementations/tests/test_gist.py
@@ -5,7 +5,7 @@
5
import fsspec
6
from fsspec.implementations.gist import GistFileSystem
7
8
-if (3, 12) < sys.version_info < (3, 14):
+if (3, 13) < sys.version_info < (3, 14):
9
pytest.skip("Too many tests bust rate limit", allow_module_level=True)
10
11
fsspec/implementations/tests/test_github.py
@@ -4,7 +4,7 @@
4
-if (3, 11) < sys.version_info < (3, 13):
+if (3, 12) < sys.version_info < (3, 13):
0 commit comments