We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396802e commit 91b3e1eCopy full SHA for 91b3e1e
.github/workflows/wheels.yml
@@ -50,6 +50,7 @@ jobs:
50
- uses: pypa/[email protected]
51
env:
52
CIBW_ARCHS_MACOS: universal2
53
+ CIBW_ARCHS_WINDOWS: auto ARM64
54
55
- name: Verify clean directory
56
run: git diff --exit-code
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.15...3.25)
+cmake_minimum_required(VERSION 3.15...3.26)
2
3
project(${SKBUILD_PROJECT_NAME} VERSION ${SKBUILD_PROJECT_VERSION})
4
0 commit comments