Skip to content

Commit 1031011

Browse files
Drop support for Python 3.9 (#590)
* Removed Python 3.9 and added 3.14 from tests * Seems the world is not ready for 3.14 yet
1 parent 70abef8 commit 1031011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
env: ['base', 'fenics', 'mpi4py', 'petsc', 'pytorch']
42-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
42+
python: ['3.10', '3.11', '3.12', '3.13']
4343
defaults:
4444
run:
4545
shell: bash -l {0}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ implemented.
3535
- Continuous integration via [GitHub
3636
Actions](https://github.com/Parallel-in-Time/pySDC/actions) and
3737
[Gitlab CI](https://gitlab.hzdr.de/r.speck/pysdc/-/pipelines) (through the [GitHub2Gitlab Action](https://github.com/jakob-fritz/github2lab_action))
38-
- Fully compatible with Python 3.9 - 3.12, runs at least on Ubuntu
38+
- Fully compatible with Python 3.10 - 3.13, runs at least on Ubuntu
3939

4040
## Getting started
4141

0 commit comments

Comments
 (0)