Skip to content

Commit 21c4884

Browse files
authored
Unpin kerchunk (set floor) and enable Python 3.12 (#108)
* Unpin kerchunk (use main) and enable Pyhton 3.12 * Set floor for kerchunk
1 parent c5c38fb commit 21c4884

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
shell: bash -l {0}
2323
strategy:
2424
matrix:
25-
python-version: ["3.9", "3.10", "3.11"]
25+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2626
steps:
2727
- uses: actions/checkout@v4
2828

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ classifiers = [
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
2021
]
2122
requires-python = ">=3.9"
2223
dynamic = ["version"]
2324
dependencies = [
2425
"xarray@git+https://github.com/pydata/xarray.git@main#egg=xarray",
25-
"kerchunk==0.2.2",
26+
"kerchunk>=0.2.5",
2627
"h5netcdf",
2728
"pydantic",
2829
"numpy",

0 commit comments

Comments
 (0)