File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 4545 - { minimal: true, python: cp311 }
4646 - { minimal: true, python: cp312 }
4747 - { minimal: true, platform: { arch: universal2 } }
48- - { python: cp314t, platform: { os: windows-2025 } }
48+ # Windows+cp314t disabled due to test failures in CI.
49+ # TODO: Diagnose why tests fail (access violations) in some configurations
50+ - { python: cp314t, platform: { os: windows-2025 } }
4951
5052 runs-on : ${{ matrix.platform.os }}
5153 env :
9193 env :
9294 CIBW_ARCHS : ${{ matrix.platform.arch == 'amd64' && 'AMD64' || matrix.platform.arch }}
9395 CIBW_BUILD : ${{ matrix.python }}-${{ matrix.platform.cibw_system }}_${{ matrix.platform.arch }}
96+ # PYTHON_GIL=1: Suppresses the RuntimeWarning that the GIL is enabled on free-threaded builds.
97+ # TODO: Remove PYTHON_GIL=1 when free-threaded is supported.
9498 CIBW_ENVIRONMENT : PYTHON_GIL=1
9599 - name : Upload wheel
96100 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments