File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
target : x86_64
30
30
manylinux : auto
31
31
python-architecture : x64
32
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10
32
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9
33
33
- os : macos
34
34
target : aarch64
35
35
manylinux : auto
@@ -42,17 +42,17 @@ jobs:
42
42
target : x86_64
43
43
manylinux : 2_24
44
44
python-architecture : x64
45
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10
45
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9
46
46
- os : ubuntu
47
47
target : aarch64
48
48
manylinux : 2_24
49
49
python-architecture : x64
50
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10
50
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9
51
51
- os : ubuntu
52
52
target : i686
53
53
manylinux : 2_24
54
54
python-architecture : x64
55
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10
55
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9
56
56
- os : ubuntu
57
57
target : armv7
58
58
manylinux : 2_24
@@ -73,12 +73,12 @@ jobs:
73
73
target : x86_64
74
74
manylinux : musllinux_1_1 # /!\ value used in steps conditions below.
75
75
python-architecture : x64
76
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10
76
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9
77
77
- os : ubuntu
78
78
target : aarch64
79
79
manylinux : musllinux_1_1
80
80
python-architecture : x64
81
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10
81
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9
82
82
83
83
runs-on : ${{ matrix.os }}-latest
84
84
steps :
You can’t perform that action at this time.
0 commit comments