File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- os : [ubuntu-22 .04, windows-2022, macos-latest]
21
+ os : [ubuntu-24 .04, windows-2022, macos-latest]
22
22
23
23
steps :
24
24
# Note: the action happens inside a docker image
@@ -31,13 +31,13 @@ jobs:
31
31
platforms : all
32
32
33
33
- name : Build wheels
34
- uses : pypa/cibuildwheel@v2.21.1
34
+ uses : pypa/cibuildwheel@v2.22.0
35
35
env :
36
36
CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
37
37
CIBW_MANYLINUX_I686_IMAGE : manylinux2014
38
38
CIBW_MANYLINUX_AARCH64_IMAGE : manylinux2014
39
39
CIBW_ARCHS_LINUX : auto aarch64
40
- CIBW_SKIP : " pp* *-win32 *-manylinux_i686 *musllinux*"
40
+ CIBW_SKIP : " cp36-* pp* *-win32 *-manylinux_i686 *musllinux*"
41
41
CIBW_BEFORE_BUILD_LINUX : yum install -y libunwind-devel elfutils-libelf-devel libdwarf-devel
42
42
CIBW_BEFORE_TEST : pip install -r test_requirements.txt
43
43
CIBW_TEST_COMMAND : cd {package} && pytest vmprof jitlog -vv
52
52
53
53
build_pypy_wheels :
54
54
name : Build pypy wheels
55
- runs-on : ubuntu-20 .04
55
+ runs-on : ubuntu-24 .04
56
56
strategy :
57
57
fail-fast : false
58
58
You can’t perform that action at this time.
0 commit comments