Skip to content

Commit 1c3d680

Browse files
committed
Change tests to use Python 3.14
1 parent 71aeb86 commit 1c3d680

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/compilation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ env:
5858
NETCDF_FORTRAN_VERSION: 4.6
5959
NVFORTRAN_VERSION: 25.7
6060
OPENMPI_VERSION: 5.0
61-
PYTHON_VERSION: 3.13
61+
PYTHON_VERSION: 3.14
6262
NUM_PARALLEL: 16
6363

6464
jobs:

.github/workflows/extraction_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
LFRIC_APPS_REV: 7536
5252
LFRIC_CORE_REV: 52054
53-
PYTHON_VERSION: 3.13
53+
PYTHON_VERSION: 3.14
5454

5555
steps:
5656
- uses: actions/checkout@v3

.github/workflows/lfric_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
4444
env:
4545
LFRIC_APPS_REV: 10798
4646
LFRIC_CORE_REV: 52772
47-
PYTHON_VERSION: 3.13
47+
PYTHON_VERSION: 3.14
4848
GCC_VERSION: 14
4949
NVHPC_VERSION: 25.1
5050
NUM_PARALLEL: 16

.github/workflows/nemo_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ env:
4848
NVFORTRAN_VERSION: 25.7
4949
ONEAPI_VERSION: 2025.0
5050
PERL_VERSION: 5.42
51-
PYTHON_VERSION: 3.13
51+
PYTHON_VERSION: 3.14
5252
NUM_PARALLEL: 16
5353
PREFIX: /archive/psyclone-tests/latest-run/
5454

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v4
6464
- uses: actions/setup-python@v5
6565
with:
66-
python-version: '3.13'
66+
python-version: '3.14'
6767
- run: sudo apt-get install -y graphviz doxygen
6868
- run: python -m pip install --upgrade pip
6969
- run: pip install .[doc]
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
strategy:
7979
matrix:
80-
python-version: ['3.9', '3.13']
80+
python-version: ['3.9', '3.14']
8181
steps:
8282
- uses: actions/checkout@v4
8383
with:

0 commit comments

Comments
 (0)