File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- os : [ubuntu-22 .04, windows-2022, macos-latest]
21+ os : [ubuntu-24 .04, windows-2022, macos-latest]
2222
2323 steps :
2424 # Note: the action happens inside a docker image
@@ -31,13 +31,13 @@ jobs:
3131 platforms : all
3232
3333 - name : Build wheels
34- uses : pypa/cibuildwheel@v2.21.1
34+ uses : pypa/cibuildwheel@v2.22.0
3535 env :
3636 CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
3737 CIBW_MANYLINUX_I686_IMAGE : manylinux2014
3838 CIBW_MANYLINUX_AARCH64_IMAGE : manylinux2014
3939 CIBW_ARCHS_LINUX : auto aarch64
40- CIBW_SKIP : " pp* *-win32 *-manylinux_i686 *musllinux*"
40+ CIBW_SKIP : " cp36-* pp* *-win32 *-manylinux_i686 *musllinux*"
4141 CIBW_BEFORE_BUILD_LINUX : yum install -y libunwind-devel elfutils-libelf-devel libdwarf-devel
4242 CIBW_BEFORE_TEST : pip install -r test_requirements.txt
4343 CIBW_TEST_COMMAND : cd {package} && pytest vmprof jitlog -vv
5252
5353 build_pypy_wheels :
5454 name : Build pypy wheels
55- runs-on : ubuntu-20 .04
55+ runs-on : ubuntu-24 .04
5656 strategy :
5757 fail-fast : false
5858
You can’t perform that action at this time.
0 commit comments