Skip to content

Commit 321769f

Browse files
committed
Remove python 3.14
1 parent f47ef89 commit 321769f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
shell: bash -l {0}
5151
strategy:
5252
matrix:
53-
python-version: ["3.11", "3.12", "3.13", "3.14"]
53+
python-version: ["3.11", "3.12", "3.13"]
5454
container:
5555
image: ghcr.io/e3sm-project/containers-e3sm-diags-test-data:e3sm-diags-test-data-0.0.2
5656
steps:

0 commit comments

Comments
 (0)