Skip to content

Commit 6856f49

Browse files
committed
kerchunk needs 3.11, swapping pyproject and tests to remove 3.10
1 parent 1e2c0fc commit 6856f49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ["3.10", "3.11", "3.12", "3.13"]
23+
python-version: ["3.11", "3.12", "3.13"]
2424
steps:
2525
- uses: actions/checkout@v4
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.13",
2222
"Topic :: Scientific/Engineering :: Atmospheric Science",
2323
]
24-
requires-python = ">=3.10,<3.14"
24+
requires-python = ">=3.11,<3.14"
2525
dependencies = [
2626
"dacite>=1.8.1",
2727
"gcsfs>=2024.12.0",

0 commit comments

Comments
 (0)