Skip to content

Commit 5c1c26a

Browse files
committed
I give up with windows 32bit
1 parent d1b48e6 commit 5c1c26a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
- cp*-manylinux_aarch64
4242
- cp*-macosx_x86_64
4343
- cp*-macosx_arm64
44-
- cp{8,9,10}-win*
44+
- cp*-win_amd64
4545
secrets:
4646
pypi_token: ${{ secrets.pypi_token }}

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ write_to = "reproject/version.py"
1414
skip = "cp36-* pp* *-musllinux* cp310-win32"
1515
test-skip = "*-macosx_arm64 *-manylinux_aarch64"
1616

17-
[[tool.cibuildwheel.overrides]]
18-
select = "*-win32"
19-
before-test = "pip install scipy==1.9.1"
20-
2117
[tool.isort]
2218
profile = "black"
2319
multi_line_output = 3

0 commit comments

Comments
 (0)