File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 - name : Build wheels
35353636 env :
37- CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
38- CIBW_MANYLINUX_I686_IMAGE : manylinux2014
3937 # override setting in pyproject.toml to use msys2 instead of msys64 bash
4038 CIBW_BEFORE_ALL_WINDOWS : msys2 -c bin/cibw_before_all_windows.sh
4139 CIBW_BEFORE_BUILD_WINDOWS : pip install delvewheel && msys2 -c bin/cibw_before_build_windows.sh
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ content-type = "text/markdown"
2424[tool .cibuildwheel ]
2525build = " cp39-* cp310-* cp311-* cp312-*"
2626skip = " *-win32 *-manylinux_i686 *-musllinux_*"
27+ manylinux-x86_64-image = " manylinux2014"
28+ manylinux-i686-image = " manylinux2014"
2729test-command = " python -c \" import flint; print(str(flint.fmpz(2)))\" "
2830
2931[tool .cibuildwheel .environment ]
You can’t perform that action at this time.
0 commit comments