Skip to content

Commit 6327b7d

Browse files
committed
build: include mac arm64 wheel for 3.12, ala #1661
1 parent da2a0f1 commit 6327b7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/kit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
#
8383
# # Some OS/arch combinations need overrides for the Python versions:
8484
# os_arch_pys = {
85-
# ("macos", "arm64"): ["cp38", "cp39", "cp310", "cp311"],
85+
# ("macos", "arm64"): ["cp38", "cp39", "cp310", "cp311", "cp312"],
8686
# }
8787
#
8888
# #----- ^^^ ---------------------- ^^^ -----
@@ -117,6 +117,7 @@ jobs:
117117
- {"os": "macos", "py": "cp39", "arch": "arm64"}
118118
- {"os": "macos", "py": "cp310", "arch": "arm64"}
119119
- {"os": "macos", "py": "cp311", "arch": "arm64"}
120+
- {"os": "macos", "py": "cp312", "arch": "arm64"}
120121
- {"os": "macos", "py": "cp38", "arch": "x86_64"}
121122
- {"os": "macos", "py": "cp39", "arch": "x86_64"}
122123
- {"os": "macos", "py": "cp310", "arch": "x86_64"}
@@ -132,7 +133,7 @@ jobs:
132133
- {"os": "windows", "py": "cp310", "arch": "AMD64"}
133134
- {"os": "windows", "py": "cp311", "arch": "AMD64"}
134135
- {"os": "windows", "py": "cp312", "arch": "AMD64"}
135-
# [[[end]]] (checksum: 599179a7b8d2f8d1a69f0a7c6e5e57ba)
136+
# [[[end]]] (checksum: a6ca53e9c620c9e5ca85e7322122056c)
136137
fail-fast: false
137138

138139
steps:

0 commit comments

Comments
 (0)