Skip to content

Commit a3964ed

Browse files
authored
feat: win arm cross compile support (#65)
* feat: win arm cross compile support * WIP: add debugging info Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Update pyproject.toml --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 3397fdc commit a3964ed

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- uses: pypa/cibuildwheel@v2.12.0
5151
env:
5252
CIBW_ARCHS_MACOS: universal2
53+
CIBW_ARCHS_WINDOWS: auto ARM64
5354

5455
- name: Verify clean directory
5556
run: git diff --exit-code

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.15...3.25)
1+
cmake_minimum_required(VERSION 3.15...3.26)
22

33
project(${SKBUILD_PROJECT_NAME} VERSION ${SKBUILD_PROJECT_VERSION})
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["scikit-build-core", "pybind11"]
2+
requires = ["scikit-build-core>=0.2.1", "pybind11"]
33
build-backend = "scikit_build_core.build"
44

55

0 commit comments

Comments
 (0)