Skip to content

Commit 93f12d3

Browse files
committed
CI: drop the support for building win32 wheels
we don't have libev availble for this platform, and we can run the unit tests anymore for python 3.12 cause of that. so whom still need this platform whould need to be able to compile it on he's own.
1 parent 8b1f1eb commit 93f12d3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-push.yml

-8
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
- os: ubuntu-latest
3131
platform: PyPy
3232

33-
- os: windows-latest
34-
platform: win32
35-
3633
- os: windows-latest
3734
platform: win64
3835

@@ -102,11 +99,6 @@ jobs:
10299
run: |
103100
echo "CIBW_BUILD=cp*win_amd64" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
104101
105-
- name: Overwrite for Windows 32
106-
if: runner.os == 'Windows' && matrix.platform == 'win32'
107-
run: |
108-
echo "CIBW_BUILD=cp*win32" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
109-
110102
- name: Overwrite for Windows PyPY
111103
if: runner.os == 'Windows' && matrix.platform == 'PyPy'
112104
run: |

0 commit comments

Comments
 (0)