Skip to content
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
push:
branches:
- main
- python3.14
# run the test only if the PR is to main
# turn it on if required
#pull_request:
Expand All @@ -40,7 +41,7 @@ jobs:
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.11", "3.12", "3.13", "3.14"]
fail-fast: false
name: Linux Python ${{ matrix.python-version }}
steps:
Expand Down Expand Up @@ -77,7 +78,7 @@ jobs:
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.11", "3.12", "3.13", "3.14"]
architecture: ["x64"] # need to force Intel, arm64 builds have issues
fail-fast: false
name: OSX Python ${{ matrix.python-version }}
Expand Down
Loading