8000 github: build Windows ARM64 · pybricks/python-mpy-cross@aea9ec0 · GitHub
[go: up one dir, main page]

Skip to content

Commit aea9ec0

Browse files
committed
github: build Windows ARM64
Requires bumping Python version as well. The actual version doesn't matter, so using latest to avoid having to bump it when older versions are no longer supported.
1 parent 0c4061d commit aea9ec0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
env:
3535
CIBW_ARCHS_MACOS: x86_64 arm64
3636
CIBW_ARCHS_LINUX: x86_64 aarch64
37+
CIBW_ARCHS_WINDOWS: auto ARM64
3738

3839
- uses: actions/upload-artifact@v4
3940
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ norecursedirs = ["micropython/*"]
2525
extend-exclude = "micropython"
2626

2727
[tool.cibuildwheel]
28-
build = "cp38-*"
28+
build = "cp313-*"
2929
test-requires = "pytest"
3030
test-command = "pytest {project}/tests"

0 commit comments

Comments
 (0)
0