We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b48e6 commit 5c1c26aCopy full SHA for 5c1c26a
.github/workflows/ci_workflows.yml
@@ -41,6 +41,6 @@ jobs:
41
- cp*-manylinux_aarch64
42
- cp*-macosx_x86_64
43
- cp*-macosx_arm64
44
- - cp{8,9,10}-win*
+ - cp*-win_amd64
45
secrets:
46
pypi_token: ${{ secrets.pypi_token }}
pyproject.toml
@@ -14,10 +14,6 @@ write_to = "reproject/version.py"
14
skip = "cp36-* pp* *-musllinux* cp310-win32"
15
test-skip = "*-macosx_arm64 *-manylinux_aarch64"
16
17
-[[tool.cibuildwheel.overrides]]
18
-select = "*-win32"
19
-before-test = "pip install scipy==1.9.1"
20
-
21
[tool.isort]
22
profile = "black"
23
multi_line_output = 3
0 commit comments