Skip to content

Commit

Permalink
github: build Windows ARM64
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dlech committed Feb 2, 2025
1 parent 6f1b476 commit dbd2be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
env:
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_LINUX: x86_64 aarch64
CIBW_ARCHS_WINDOWS: auto ARM64

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ norecursedirs = ["micropython/*"]
extend-exclude = "micropython"

[tool.cibuildwheel]
build = "cp38-*"
build = "cp313-*"

0 comments on commit dbd2be6

Please sign in to comment.