@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
[tool .cibuildwheel ]
6
6
build = " cp39-*"
7
7
before-all = [
8
- " pipx install cmake==3.20.4 " ,
8
+ " pipx install -f --pip-args= \" -c {project}/constraints-ci.txt \" cmake " ,
9
9
" cmake --version" ,
10
10
]
11
11
before-build = " pip install -r requirements-repair.txt"
@@ -14,17 +14,20 @@ test-extras = "test"
14
14
test-command = " pytest {project}/tests"
15
15
16
16
[tool .cibuildwheel .linux ]
17
- manylinux-x86_64-image = " manylinux1"
18
- manylinux-i686-image = " manylinux1"
17
+ manylinux-x86_64-image = " quay.io/pypa/manylinux1_x86_64:2021-07-04-13bcf48"
18
+ manylinux-i686-image = " quay.io/pypa/manylinux1_i686:2021-07-04-13bcf48"
19
+ manylinux-aarch64-image = " quay.io/pypa/manylinux2014_aarch64:2021-07-04-1e3ce39"
20
+ manylinux-ppc64le-image = " quay.io/pypa/manylinux2014_ppc64le:2021-07-04-1e3ce39"
21
+ manylinux-s390x-image = " quay.io/pypa/manylinux2014_s390x:2021-07-04-1e3ce39"
19
22
20
23
[tool .cibuildwheel .macos .environment ]
21
24
MACOSX_DEPLOYMENT_TARGET = " 10.9"
22
25
23
26
[tool .cibuildwheel .windows ]
24
27
before-all = [
25
- " pipx install cmake==3.20.4 " ,
28
+ " pipx install -f --pip-args= \" -c {project}/constraints-ci.txt \" cmake " ,
26
29
" cmake --version" ,
27
- " pipx install ninja==1.10.0.post2 " ,
30
+ " pipx install -f --pip-args= \" -c {project}/constraints-ci.txt \" ninja " ,
28
31
" ninja --version" ,
29
32
]
30
33
0 commit comments