Skip to content

Commit d63e9c5

Browse files
committed
Fixes
1 parent 9970683 commit d63e9c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/parallel-support.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
python-version: ["3.13", "3.14", "3.14t"]
39+
python-version: ["3.13"]
4040
os: ["blacksmith-4vcpu-ubuntu-2204"]
4141

4242
steps:
@@ -80,7 +80,7 @@ jobs:
8080
strategy:
8181
fail-fast: false
8282
matrix:
83-
python-version: ["3.13", "3.14", "3.14t"]
83+
python-version: ["3.13"]
8484
os: ["blacksmith-4vcpu-ubuntu-2204"]
8585

8686
steps:

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
39+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
4040
os: ["blacksmith-4vcpu-ubuntu-2204"]
4141

4242
steps:

0 commit comments

Comments
 (0)