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 be7c3ff commit af70e5aCopy full SHA for af70e5a
pyproject.toml
@@ -9,9 +9,9 @@ build-backend = "setuptools.build_meta"
9
[tool.cibuildwheel]
10
build = "cp39-*"
11
before-all = [
12
- "pipx install cmake",
+ "pipx install cmake==3.20.4",
13
"cmake --version",
14
- "pipx install ninja",
+ "pipx install ninja==1.10.0.post2",
15
"ninja --version",
16
]
17
before-build = "pip install -r requirements-repair.txt"
@@ -21,9 +21,9 @@ test-command = "pytest {project}/tests"
21
22
[tool.cibuildwheel.linux]
23
24
25
26
27
28
"./scripts/manylinux-build-and-install-openssl.sh",
29
0 commit comments