We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3752e4 commit 605b003Copy full SHA for 605b003
.github/workflows/build_wheels_and_publish.yml
@@ -7,7 +7,7 @@ on:
7
8
9
env:
10
- CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-*"
+ CIBW_BUILD: "cp39-* cp310-*"
11
CIBW_SKIP: "*-win32 *musllinux*"
12
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
13
CIBW_BEFORE_BUILD: pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
0 commit comments