Skip to content

Commit 83bb2d7

Browse files
committed
Check if it works well with Python 3.13
1 parent aa06f58 commit 83bb2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
python-version: ['3.10', '3.12']
59+
python-version: ['3.10', '3.13']
6060
os: [ubuntu-latest, macos-latest, windows-latest]
6161
# Is it a draft Pull Request (true or false)?
6262
isDraft:
@@ -75,7 +75,7 @@ jobs:
7575
xarray-version: '=2023.04'
7676
optional-packages: ' contextily geopandas<1 ipython pyarrow rioxarray sphinx-gallery'
7777
# Python 3.12 + core packages (latest versions) + optional packages
78-
- python-version: '3.12'
78+
- python-version: '3.13'
7979
numpy-version: '2.2'
8080
pandas-version: ''
8181
xarray-version: ''

0 commit comments

Comments
 (0)