Skip to content

Commit 17ff2ce

Browse files
committed
ci: drop 32-bit windows support
1 parent 27c2afe commit 17ff2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: windows-latest
3939
strategy:
4040
matrix:
41-
target: [x64, x86]
41+
target: [x64]
4242
steps:
4343
- uses: actions/checkout@v4
4444
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)