Skip to content

Commit 8991536

Browse files
authored
Merge pull request #42 from fsspec/lkluft-patch-1
Bump required fsspec version
2 parents 350c565 + 470def3 commit 8991536

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/local_gateway.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 4
1111
matrix:
12-
python-version: ["3.8", "3.9", "3.10"]
12+
python-version: ["3.11", "3.12", "3.13"]
1313
ipfs-version: ["0.30.0"]
1414
steps:
1515
- uses: actions/checkout@v1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
description = "readonly implementation of fsspec for IPFS"
1111
readme = "README.md"
12-
requires-python = ">=3.8"
12+
requires-python = ">=3.9"
1313
keywords = ["fsspec", "IPFS", "filesystem"]
1414
license = {text = "MIT"}
1515
classifiers = [
@@ -20,7 +20,7 @@ classifiers = [
2020
dynamic = ["version"]
2121

2222
dependencies = [
23-
"fsspec>=0.9.0",
23+
"fsspec>=2024.12.0",
2424
"requests",
2525
"aiohttp",
2626
"aiohttp-retry",

0 commit comments

Comments
 (0)