Skip to content

Commit

Permalink
Unpin kerchunk (set floor) and enable Python 3.12 (#108)
Browse files Browse the repository at this point in the history
* Unpin kerchunk (use main) and enable Pyhton 3.12

* Set floor for kerchunk
  • Loading branch information
jsignell committed May 10, 2024
1 parent c5c38fb commit 21c4884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -17,12 +17,13 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.9"
dynamic = ["version"]
dependencies = [
"xarray@git+https://github.com/pydata/xarray.git@main#egg=xarray",
"kerchunk==0.2.2",
"kerchunk>=0.2.5",
"h5netcdf",
"pydantic",
"numpy",
Expand Down

0 comments on commit 21c4884

Please sign in to comment.