Skip to content

Commit 97cf855

Browse files
Remove Python 3.14 from CI
does not seem to work yet, loading Iris cubes produces RecursionErrors
1 parent 919004c commit 97cf855

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
python-version: [ "3.11", "3.12", "3.13", "3.14" ]
13+
python-version: [ "3.11", "3.12", "3.13" ]
1414

1515
steps:
1616
-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
shell: bash -el {0}
1414
strategy:
1515
matrix:
16-
python-version: [ "3.11", "3.12", "3.13", "3.14" ]
16+
python-version: [ "3.11", "3.12", "3.13" ]
1717

1818
steps:
1919
-

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
strategy:
5151
matrix:
52-
python-version: [ "3.11", "3.12", "3.13", "3.14" ]
52+
python-version: [ "3.11", "3.12", "3.13" ]
5353

5454
steps:
5555
-

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
shell: bash -el {0}
4747
strategy:
4848
matrix:
49-
python-version: [ "3.11", "3.12", "3.13", "3.14" ]
49+
python-version: [ "3.11", "3.12", "3.13" ]
5050

5151
steps:
5252
-

0 commit comments

Comments
 (0)