From 1117ce827c79fb069ddbb6f8099b16fd58c95ef7 Mon Sep 17 00:00:00 2001 From: Thomas Baumann <39156931+brownbaerchen@users.noreply.github.com> Date: Tue, 21 Oct 2025 11:25:38 +0200 Subject: [PATCH 1/2] Removed Python 3.9 and added 3.14 from tests --- .github/workflows/ci_pipeline.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 63ebfd9b4c..0d235c8721 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -39,7 +39,7 @@ jobs: fail-fast: false matrix: env: ['base', 'fenics', 'mpi4py', 'petsc', 'pytorch'] - python: ['3.9', '3.10', '3.11', '3.12', '3.13'] + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] defaults: run: shell: bash -l {0} diff --git a/README.md b/README.md index ce51f3768c..a78d2080de 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ implemented. - Continuous integration via [GitHub Actions](https://github.com/Parallel-in-Time/pySDC/actions) and [Gitlab CI](https://gitlab.hzdr.de/r.speck/pysdc/-/pipelines) (through the [GitHub2Gitlab Action](https://github.com/jakob-fritz/github2lab_action)) -- Fully compatible with Python 3.9 - 3.12, runs at least on Ubuntu +- Fully compatible with Python 3.10 - 3.14, runs at least on Ubuntu ## Getting started From 48c37ff237b45b0a2fcb0231c90b884f974339f3 Mon Sep 17 00:00:00 2001 From: Thomas Baumann <39156931+brownbaerchen@users.noreply.github.com> Date: Tue, 21 Oct 2025 11:38:47 +0200 Subject: [PATCH 2/2] Seems the world is not ready for 3.14 yet --- .github/workflows/ci_pipeline.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 0d235c8721..2e9ee1b37b 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -39,7 +39,7 @@ jobs: fail-fast: false matrix: env: ['base', 'fenics', 'mpi4py', 'petsc', 'pytorch'] - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python: ['3.10', '3.11', '3.12', '3.13'] defaults: run: shell: bash -l {0} diff --git a/README.md b/README.md index a78d2080de..c5e8d09d30 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ implemented. - Continuous integration via [GitHub Actions](https://github.com/Parallel-in-Time/pySDC/actions) and [Gitlab CI](https://gitlab.hzdr.de/r.speck/pysdc/-/pipelines) (through the [GitHub2Gitlab Action](https://github.com/jakob-fritz/github2lab_action)) -- Fully compatible with Python 3.10 - 3.14, runs at least on Ubuntu +- Fully compatible with Python 3.10 - 3.13, runs at least on Ubuntu ## Getting started