@@ -72,16 +72,16 @@ jobs:
72
72
include :
73
73
# Python 3.11 + core packages (minimum supported versions) + optional packages (minimum supported versions if any)
74
74
- python-version : ' 3.11'
75
- numpy-version : ' 1.25 '
76
- pandas-version : ' =2.0 '
77
- xarray-version : ' =2023.04 '
78
- optional-packages : ' contextily geopandas<1 ipython pyarrow-core rioxarray sphinx-gallery'
75
+ numpy-version : ' 1.26 '
76
+ pandas-version : ' =2.1 '
77
+ xarray-version : ' =2023.07 '
78
+ optional-packages : ' contextily geopandas ipython pyarrow-core rioxarray sphinx-gallery'
79
79
# Python 3.13 + core packages (latest versions) + optional packages
80
80
- python-version : ' 3.13'
81
81
numpy-version : ' 2.2'
82
82
pandas-version : ' '
83
83
xarray-version : ' '
84
- optional-packages : ' contextily geopandas>=1.0 ipython pyarrow-core rioxarray sphinx-gallery'
84
+ optional-packages : ' contextily geopandas ipython pyarrow-core rioxarray sphinx-gallery'
85
85
# Python 3.12 + core packages (Linux only)
86
86
- os : ' ubuntu-latest'
87
87
python-version : ' 3.12'
@@ -152,7 +152,7 @@ jobs:
152
152
GH_TOKEN : ${{ github.token }}
153
153
154
154
- name : Install uv
155
- uses :
astral-sh/[email protected] .1
155
+ uses :
astral-sh/[email protected] .2
156
156
with :
157
157
python-version : ${{ matrix.python-version }}
158
158
@@ -175,15 +175,15 @@ jobs:
175
175
176
176
# Upload diff images on test failure
177
177
- name : Upload diff images if any test fails
178
-
178
+
179
179
if : failure()
180
180
with :
181
181
name : artifact-${{ matrix.os }}-${{ matrix.python-version }}
182
182
path : tmp-test-dir-with-unique-name
183
183
184
184
# Upload coverage to Codecov
185
185
- name : Upload coverage to Codecov
186
-
186
+
187
187
if : success() || failure()
188
188
with :
189
189
use_oidc : true
0 commit comments