File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,16 +20,19 @@ jobs:
2020 target : x86_64
2121 manylinux : auto
2222 interpreter : pypy3.9 pypy3.10 pypy3.11
23- - os : macos
24- target : x86_64
25- interpreter : pypy3.9 pypy3.10 pypy3.11
26- - os : macos
27- target : aarch64
28- interpreter : pypy3.9 pypy3.10 pypy3.11
23+ - os : ubuntu
24+ platform : linux
25+ target : i686
26+ interpreter : 3.9 3.10 3.11 3.12 3.13
2927 - os : ubuntu
3028 platform : linux
3129 target : aarch64
32- container : messense/manylinux_2_24-cross:aarch64
30+ # rust-cross/manylinux2014-cross:aarch64 has issues with `ring`
31+ container : ghcr.io/rust-cross/manylinux_2_28-cross:aarch64
32+ - os : ubuntu
33+ platform : linux
34+ target : armv7
35+ interpreter : 3.9 3.10 3.11 3.12 3.13
3336 - os : ubuntu
3437 platform : linux
3538 target : x86_64
3841 platform : linux
3942 target : aarch64
4043 manylinux : musllinux_1_1
44+ - os : ubuntu
45+ platform : linux
46+ target : armv7
47+ manylinux : musllinux_1_1
48+ - os : macos
49+ target : x86_64
50+ interpreter : pypy3.9 pypy3.10 pypy3.11
51+ - os : macos
52+ target : aarch64
53+ interpreter : pypy3.9 pypy3.10 pypy3.11
4154 - os : windows
4255 target : x86_64
4356 interpreter : pypy3.9 pypy3.10 pypy3.11
You can’t perform that action at this time.
0 commit comments