Skip to content

Commit 7e81f86

Browse files
author
Romain
committed
rm 3.10 and correct typo
1 parent d5208bc commit 7e81f86

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: ["ubuntu-latest", "macos-latest"]
20-
python-version: ["3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.11", "3.12", "3.13"]
2121

2222
steps:
2323
- uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
python-version: ["3.10", "3.11", "3.12", "3.13"]
39+
python-version: ["3.11", "3.12", "3.13"]
4040
pint: ["with", "without"]
4141
resolution: ["highest", "lowest-direct"]
4242
steps:
@@ -50,7 +50,7 @@ jobs:
5050
run: sudo apt-get install -y libudunits2-dev
5151
- name: Install dependencies
5252
run: |
53-
uv sync --resolution ${{matrix.resolution}} --no-group doc
53+
uv sync --resolution ${{matrix.resolution}} --no-group docs
5454
uv pip install cf_units==3.3.0
5555
- if: matrix.pint == 'with'
5656
name: Install pint and pint-xarray

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ docs = [
4545
"ipykernel>=6.29.4",
4646
"netCDF4>=1.6.5; python_version <= '3.12'",
4747
"netCDF4>=1.7.2; python_version == '3.13'",
48-
"Pint>=0.20",
49-
"pint-xarray>=0.3",
48+
"Pint>=0.24.1",
49+
"pint-xarray>=0.6",
5050
"dask>=2023.1.0",
5151
]
5252

0 commit comments

Comments
 (0)