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 557df24 commit b4e404eCopy full SHA for b4e404e
.github/workflows/packaging_wheels.yml
@@ -45,6 +45,8 @@ jobs:
45
- { minimal: true, python: cp311 }
46
- { minimal: true, python: cp312 }
47
- { minimal: true, platform: { arch: universal2 } }
48
+ - { python: cp314t, platform: { os: windows-2025 } }
49
+
50
runs-on: ${{ matrix.platform.os }}
51
env:
52
CIBW_TEST_SKIP: ${{ inputs.testsuite == 'none' && '*' || '*-macosx_universal2' }}
0 commit comments