From 30550b4f694355452af33e4d697e93c9413a86eb Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Thu, 15 Jan 2026 01:22:04 +0100 Subject: [PATCH 1/2] replace EOL Python versions in conda workflow with 3.10-3.14 range --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index b37dc0ad..4d6ce5c2 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14] steps: - uses: actions/checkout@v3 From 02b36f568d2e508a9211214010a0eba3f5f6f3a1 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Fri, 16 Jan 2026 18:44:11 +0100 Subject: [PATCH 2/2] fix yml syntax --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 4d6ce5c2..968da38c 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v3