Skip to content

Commit d8c1f13

Browse files
committed
Add Python 3.13 to matrix
1 parent 06972b1 commit d8c1f13

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/wheels-linux.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
"3.10",
2727
"3.11",
2828
"3.12",
29+
"3.13",
2930
]
3031
mb-ml-libc: [ "manylinux" ]
3132
mb-ml-ver: [ 2014, "_2_28" ]

.github/workflows/wheels-macos.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
"3.10",
2727
"3.11",
2828
"3.12",
29+
"3.13",
2930
]
3031
platform: [ "x86_64", "arm64" ]
3132
env:

.github/workflows/wheels-windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
"3.10",
2727
"3.11",
2828
"3.12",
29+
"3.13",
2930
]
3031
env:
3132
BUILD_COMMIT: ${{ inputs.build-commit }}

0 commit comments

Comments
 (0)