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 b3ef82c commit a2a798aCopy full SHA for a2a798a
.github/workflows/packaging_wheels.yml
@@ -47,8 +47,8 @@ jobs:
47
- { minimal: true, python: cp312 }
48
- { minimal: true, python: cp313 }
49
- { minimal: true, platform: { arch: universal2 } }
50
- - { os: windows-11-arm, arch: ARM64, python: cp39 } # too many dependency problems for win arm64
51
- - { os: windows-11-arm, arch: ARM64, python: cp310 } # too many dependency problems for win arm64
+ - { python: cp39, platform: { os: windows-11-arm, arch: ARM64 } } # too many dependency problems for win arm64
+ - { python: cp310, platform: { os: windows-11-arm, arch: ARM64 } } # too many dependency problems for win arm64
52
runs-on: ${{ matrix.platform.os }}
53
env:
54
### cibuildwheel configuration
0 commit comments