Skip to content

Commit acf12a7

Browse files
authored
Build wheels for python 3.14 (#5280)
https://github.com/actions/python-versions/releases/tag/3.14.0-18313368925 is released Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 47f16b6 commit acf12a7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/nightly-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- "3.11"
3737
- "3.12"
3838
- "3.13"
39-
- "3.14.0-rc.1"
39+
- "3.14"
4040
fail-fast: false
4141
max-parallel: 2
4242
defaults:

.github/workflows/wheels-pytorch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- "3.11"
2626
- "3.12"
2727
- "3.13"
28+
- "3.14"
2829
fail-fast: false
2930
max-parallel: 2
3031
steps:

.github/workflows/wheels-triton.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- "3.11"
2121
- "3.12"
2222
- "3.13"
23+
- "3.14"
2324
fail-fast: false
2425
max-parallel: 2
2526
steps:

0 commit comments

Comments
 (0)