Skip to content

Commit f7117a0

Browse files
authored
chore: Try to fix wheel build (failing on win x86) (#140)
* Bump Python deps * Don't build python 3.9 on Windows x86 * Comment out windows x86
1 parent b703e6d commit f7117a0

File tree

2 files changed

+1192
-1005
lines changed

2 files changed

+1192
-1005
lines changed

.github/workflows/python-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888
platform:
8989
- runner: windows-latest
9090
target: x64
91-
- runner: windows-latest
92-
target: x86
91+
# - runner: windows-latest
92+
# target: x86
9393
steps:
9494
- uses: actions/checkout@v4
9595
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)