diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index b33a53b5e3f..d921806c8c5 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -59,14 +59,14 @@ jobs: isDraft: true - os: windows-latest isDraft: true - # Pair Python 3.9 with NumPy 1.21 and Python 3.11 with NumPy 1.24 - # Only install optional packages on Python 3.11/NumPy 1.24 + # Pair Python 3.9 with NumPy 1.21 and Python 3.11 with NumPy 1.25 + # Only install optional packages on Python 3.11/NumPy 1.25 include: - python-version: '3.9' numpy-version: '1.21' optional-packages: '' - python-version: '3.11' - numpy-version: '1.24' + numpy-version: '1.25' optional-packages: ' contextily geopandas ipython rioxarray sphinx-gallery' timeout-minutes: 30