Skip to content

Commit cf25e12

Browse files
Copilotxylar
andauthored
Remove Python 3.10 from CI build workflow matrix
Agent-Logs-Url: https://github.com/MPAS-Dev/MPAS-Tools/sessions/0b1b89b1-5eb6-412d-b489-bb2b044bca33 Co-authored-by: xylar <4179064+xylar@users.noreply.github.com>
1 parent 74230b2 commit cf25e12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
shell: bash -l {0}
6363
strategy:
6464
matrix:
65-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
65+
python-version: ["3.11", "3.12", "3.13", "3.14"]
6666
fail-fast: false
6767
steps:
6868
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)