Skip to content

Commit aa38edd

Browse files
committed
switch to manylinux2014 wheel format
1 parent 81e3f75 commit aa38edd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure/azure-buildwheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ variables:
1818
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-*
1919
CIBW_BEFORE_BUILD: pip install numpy scipy h5py
2020
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
21+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
2122
DEVVERSION: post$(Build.BuildNumber)
2223
python_version: 3.10
2324

0 commit comments

Comments
 (0)