5656 strategy :
5757 fail-fast : false
5858 matrix :
59- python-version : ['3.11 ', '3.13 ']
59+ python-version : ['3.12 ', '3.14 ']
6060 os : [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
6161 # Is it a draft Pull Request (true or false)?
6262 isDraft :
@@ -70,21 +70,21 @@ jobs:
7070 - os : windows-latest
7171 isDraft : true
7272 include :
73- # Python 3.11 + core packages (minimum supported versions) + optional packages (minimum supported versions if any)
74- - python-version : ' 3.11 '
73+ # Python 3.12 + core packages (minimum supported versions) + optional packages (minimum supported versions if any)
74+ - python-version : ' 3.12 '
7575 numpy-version : ' 2.0'
7676 pandas-version : ' =2.2'
7777 xarray-version : ' =2024.5'
7878 optional-packages : ' contextily geopandas ipython pyarrow-core rioxarray netCDF4 sphinx-gallery'
79- # Python 3.13 + core packages (latest versions) + optional packages
80- - python-version : ' 3.13 '
79+ # Python 3.14 + core packages (latest versions) + optional packages
80+ - python-version : ' 3.14 '
8181 numpy-version : ' 2.3'
8282 pandas-version : ' '
8383 xarray-version : ' '
8484 optional-packages : ' contextily geopandas ipython pyarrow-core rioxarray netCDF4 sphinx-gallery'
85- # Python 3.12 + core packages (Linux only)
85+ # Python 3.13 + core packages (Linux only)
8686 - os : ' ubuntu-latest'
87- python-version : ' 3.12 '
87+ python-version : ' 3.13 '
8888 numpy-version : ' '
8989 pandas-version : ' '
9090 xarray-version : ' '
@@ -104,7 +104,7 @@ jobs:
104104 steps :
105105 # Checkout current git repository
106106 - name : Checkout
107- uses : actions/checkout@v5 .0.1
107+ uses : actions/checkout@v6 .0.1
108108 with :
109109 # fetch all history so that setuptools-scm works
110110 fetch-depth : 0
0 commit comments