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 81e3f75 commit aa38eddCopy full SHA for aa38edd
.azure/azure-buildwheels.yml
@@ -18,6 +18,7 @@ variables:
18
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-*
19
CIBW_BEFORE_BUILD: pip install numpy scipy h5py
20
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
21
+ CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
22
DEVVERSION: post$(Build.BuildNumber)
23
python_version: 3.10
24
0 commit comments