Skip to content

Commit b96a4f9

Browse files
Support for Python 3.14.0 (#2850)
Co-authored-by: Bouwe Andela <[email protected]>
1 parent 2e39338 commit b96a4f9

10 files changed

+16
-16
lines changed

.github/workflows/build-and-deploy-on-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
25-
- name: Set up Python 3.13
25+
- name: Set up Python 3.14
2626
uses: actions/setup-python@v6
2727
with:
28-
python-version: "3.13"
28+
python-version: "3.14"
2929
- name: Install pep517
3030
run: >-
3131
python -m

.github/workflows/create-condalock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
auto-update-conda: true
3030
activate-environment: esmvaltool-fromlock
31-
python-version: "3.13"
31+
python-version: "3.14"
3232
miniforge-version: "latest"
3333
use-mamba: true
3434
- name: Update and show conda config

.github/workflows/install-from-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
4141
strategy:
4242
matrix:
43-
python-version: ["3.12", "3.13"]
43+
python-version: ["3.12", "3.13", "3.14"]
4444
# fail-fast set to False allows all other tests
4545
# in the workflow to run regardless of any fail
4646
fail-fast: false
@@ -76,7 +76,7 @@ jobs:
7676
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
7777
strategy:
7878
matrix:
79-
python-version: ["3.12", "3.13"]
79+
python-version: ["3.12", "3.13", "3.14"]
8080
architecture: ["x64"] # need to force Intel, arm64 builds have issues
8181
fail-fast: false
8282
name: OSX Python ${{ matrix.python-version }}

.github/workflows/install-from-condalock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
3131
strategy:
3232
matrix:
33-
python-version: ["3.12", "3.13"]
33+
python-version: ["3.12", "3.13", "3.14"]
3434
fail-fast: false
3535
name: Linux Python ${{ matrix.python-version }}
3636
steps:

.github/workflows/install-from-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
4141
strategy:
4242
matrix:
43-
python-version: ["3.12", "3.13"]
43+
python-version: ["3.12", "3.13", "3.14"]
4444
# fail-fast set to False allows all other tests
4545
# in the workflow to run regardless of any fail
4646
fail-fast: false
@@ -79,7 +79,7 @@ jobs:
7979
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
8080
strategy:
8181
matrix:
82-
python-version: ["3.12", "3.13"]
82+
python-version: ["3.12", "3.13", "3.14"]
8383
architecture: ["x64"] # need to force Intel, arm64 builds have issues
8484
fail-fast: false
8585
name: OSX Python ${{ matrix.python-version }}

.github/workflows/install-from-source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
3939
strategy:
4040
matrix:
41-
python-version: ["3.12", "3.13"]
41+
python-version: ["3.12", "3.13", "3.14"]
4242
fail-fast: false
4343
name: Linux Python ${{ matrix.python-version }}
4444
steps:
@@ -76,7 +76,7 @@ jobs:
7676
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
7777
strategy:
7878
matrix:
79-
python-version: ["3.12", "3.13"]
79+
python-version: ["3.12", "3.13", "3.14"]
8080
architecture: ["x64"] # need to force Intel, arm64 builds have issues
8181
fail-fast: false
8282
name: OSX Python ${{ matrix.python-version }}

.github/workflows/run-tests-monitor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
2424
strategy:
2525
matrix:
26-
python-version: ["3.12", "3.13"]
26+
python-version: ["3.12", "3.13", "3.14"]
2727
fail-fast: false
2828
name: Linux Python ${{ matrix.python-version }}
2929
steps:
@@ -56,7 +56,7 @@ jobs:
5656
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
5757
strategy:
5858
matrix:
59-
python-version: ["3.12", "3.13"]
59+
python-version: ["3.12", "3.13", "3.14"]
6060
architecture: ["x64"] # need to force Intel, arm64 builds have issues
6161
fail-fast: false
6262
name: OSX Python ${{ matrix.python-version }}

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
4141
strategy:
4242
matrix:
43-
python-version: ["3.12", "3.13"]
43+
python-version: ["3.12", "3.13", "3.14"]
4444
fail-fast: false
4545
name: Linux Python ${{ matrix.python-version }}
4646
steps:
@@ -77,7 +77,7 @@ jobs:
7777
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
7878
strategy:
7979
matrix:
80-
python-version: ["3.12", "3.13"]
80+
python-version: ["3.12", "3.13", "3.14"]
8181
architecture: ["x64"] # need to force Intel, arm64 builds have issues
8282
fail-fast: false
8383
name: OSX Python ${{ matrix.python-version }}

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
- humanfriendly
2222
- intake-esgf >=2025.10.22
2323
- intake-esm
24-
- iris >=3.12.2,<3.14.1 # https://github.com/SciTools/iris/issues/6417, https://github.com/ESMValGroup/ESMValCore/issues/2921
24+
- iris
2525
- iris-esmf-regrid >=0.11.0
2626
- iris-grib >=0.20.0 # github.com/ESMValGroup/ESMValCore/issues/2535
2727
- isodate >=0.7.0 # incompatible with very old 0.6.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies = [
6363
"requests",
6464
"rich",
6565
"scipy>=1.6",
66-
"scitools-iris>=3.12.2,<3.14.1", # github.com/SciTools/iris/issues/6417, https://github.com/ESMValGroup/ESMValCore/issues/2921
66+
"scitools-iris",
6767
"shapely>=2.0.0",
6868
"stratify>=0.3",
6969
"xarray",

0 commit comments

Comments
 (0)