Skip to content

Commit 00c9791

Browse files
committed
Remove Python 3.14 from test matrix in workflows
1 parent be3db38 commit 00c9791

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, macos-latest]
15-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
15+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1616

1717
steps:
1818
- uses: actions/checkout@v5

.github/workflows/test-pymadng.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, macos-latest]
25-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
25+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2626

2727
steps:
2828
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)