diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f407a658..1790ab0d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -23,11 +23,6 @@ jobs: - [cp311, v141] - [cp312, v142] - [cp313, v142] - exclude: - - buildplat: [windows-2019, win_amd64, x64] - python: [cp313, v142] - - buildplat: [windows-2019, win32, Win32] - python: [cp313, v142] steps: - uses: actions/checkout@v4