We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 350c565 + 470def3 commit 8991536Copy full SHA for 8991536
.github/workflows/local_gateway.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
max-parallel: 4
11
matrix:
12
- python-version: ["3.8", "3.9", "3.10"]
+ python-version: ["3.11", "3.12", "3.13"]
13
ipfs-version: ["0.30.0"]
14
steps:
15
- uses: actions/checkout@v1
pyproject.toml
@@ -9,7 +9,7 @@ authors = [
]
description = "readonly implementation of fsspec for IPFS"
readme = "README.md"
-requires-python = ">=3.8"
+requires-python = ">=3.9"
keywords = ["fsspec", "IPFS", "filesystem"]
license = {text = "MIT"}
classifiers = [
@@ -20,7 +20,7 @@ classifiers = [
20
dynamic = ["version"]
21
22
dependencies = [
23
- "fsspec>=0.9.0",
+ "fsspec>=2024.12.0",
24
"requests",
25
"aiohttp",
26
"aiohttp-retry",
0 commit comments