Skip to content

Commit a0034e3

Browse files
Add Python 3.14 to macOS ARM64 build matrix
1 parent 4ddfc01 commit a0034e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels_macos_m1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: ['3.9']
25+
python-version: ['3.9','3.10','3.11','3.12','3.13','3.14']
2626
platform: [x64]
2727
with_contrib: [0, 1]
2828
without_gui: [0, 1]

0 commit comments

Comments
 (0)