Skip to content

Commit

Permalink
build: build a 3.11 Mac arm64 kit
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Oct 27, 2022
1 parent 06ef6f0 commit b6e16f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/kit.yml
Expand Up @@ -77,11 +77,12 @@ jobs:
# }
# # PYVERSIONS. Available versions:
# # https://github.com/actions/python-versions/blob/main/versions-manifest.json
# # Include prereleases if they are at rc stage.
# pys = ["cp37", "cp38", "cp39", "cp310", "cp311"]
#
# # Some OS/arch combinations need overrides for the Python versions:
# os_arch_pys = {
# ("macos", "arm64"): ["cp38", "cp39", "cp310"],
# ("macos", "arm64"): ["cp38", "cp39", "cp310", "cp311"],
# }
#
# #----- ^^^ ---------------------- ^^^ -----
Expand Down Expand Up @@ -115,6 +116,7 @@ jobs:
- {"os": "macos", "py": "cp38", "arch": "arm64"}
- {"os": "macos", "py": "cp39", "arch": "arm64"}
- {"os": "macos", "py": "cp310", "arch": "arm64"}
- {"os": "macos", "py": "cp311", "arch": "arm64"}
- {"os": "macos", "py": "cp37", "arch": "x86_64"}
- {"os": "macos", "py": "cp38", "arch": "x86_64"}
- {"os": "macos", "py": "cp39", "arch": "x86_64"}
Expand All @@ -130,7 +132,7 @@ jobs:
- {"os": "windows", "py": "cp39", "arch": "AMD64"}
- {"os": "windows", "py": "cp310", "arch": "AMD64"}
- {"os": "windows", "py": "cp311", "arch": "AMD64"}
# [[[end]]] (checksum: 428e5138336453464dde968cc3149f4f)
# [[[end]]] (checksum: ded8a9f214bf59776562d91ae6828863)
fail-fast: false

steps:
Expand Down

0 comments on commit b6e16f8

Please sign in to comment.