From 93f17caf418c1a2531a67138a8924330ca267575 Mon Sep 17 00:00:00 2001 From: Pieter Roggemans Date: Sat, 6 Sep 2025 02:25:21 +0200 Subject: [PATCH 1/4] CI: add tests on python 3.14.0rc --- .github/workflows/tests-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-conda.yml b/.github/workflows/tests-conda.yml index d74a2c5d..1c649334 100644 --- a/.github/workflows/tests-conda.yml +++ b/.github/workflows/tests-conda.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-2022] - python: ["3.10", "3.11", "3.12", "3.13"] + python: ["3.10", "3.11", "3.12", "3.13", "3.14.0rc2"] env: ["latest"] include: # environment with lower versions of optional dependencies From 247832db9157eeb6e422cfb748cd27e925dab941 Mon Sep 17 00:00:00 2001 From: Pieter Roggemans Date: Sat, 6 Sep 2025 02:48:52 +0200 Subject: [PATCH 2/4] Update latest.yml --- ci/envs/latest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/envs/latest.yml b/ci/envs/latest.yml index ff8ad623..54e20128 100644 --- a/ci/envs/latest.yml +++ b/ci/envs/latest.yml @@ -1,6 +1,7 @@ name: test channels: - conda-forge + - conda-forge/label/python_rc dependencies: - numpy - libgdal-core From 978c4fc16d4360d9268332cba75be04079ddae8a Mon Sep 17 00:00:00 2001 From: Pieter Roggemans Date: Fri, 12 Sep 2025 20:37:10 +0200 Subject: [PATCH 3/4] Update tests-conda.yml --- .github/workflows/tests-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-conda.yml b/.github/workflows/tests-conda.yml index 1c649334..f4396c65 100644 --- a/.github/workflows/tests-conda.yml +++ b/.github/workflows/tests-conda.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-2022] - python: ["3.10", "3.11", "3.12", "3.13", "3.14.0rc2"] + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] env: ["latest"] include: # environment with lower versions of optional dependencies From c8f4a43736291bb2017ab3019b28ef186926afdf Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Tue, 14 Oct 2025 09:11:41 +0200 Subject: [PATCH 4/4] Update ci/envs/latest.yml --- ci/envs/latest.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/envs/latest.yml b/ci/envs/latest.yml index 54e20128..ff8ad623 100644 --- a/ci/envs/latest.yml +++ b/ci/envs/latest.yml @@ -1,7 +1,6 @@ name: test channels: - conda-forge - - conda-forge/label/python_rc dependencies: - numpy - libgdal-core