File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 54
54
# interpreter: 3.11 3.12
55
55
- os : macos
56
56
target : aarch64
57
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
57
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 pypy3.10
58
58
- os : ubuntu
59
59
platform : linux
60
60
target : i686
65
65
- os : ubuntu
66
66
platform : linux
67
67
target : armv7
68
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 3.13
68
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12
69
69
# musllinux
70
70
- os : ubuntu
71
71
platform : linux
@@ -78,11 +78,11 @@ jobs:
78
78
- os : ubuntu
79
79
platform : linux
80
80
target : ppc64le
81
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 3.13
81
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12
82
82
- os : ubuntu
83
83
platform : linux
84
84
target : s390x
85
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 3.13
85
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12
86
86
exclude :
87
87
# Optimized PGO builds for x86_64 manylinux and windows follow a different matrix,
88
88
# maybe in future maturin-action can support this automatically
@@ -114,7 +114,7 @@ jobs:
114
114
working-directory : ./bindings/python
115
115
manylinux : ${{ matrix.manylinux || 'auto' }}
116
116
container : ${{ matrix.container }}
117
- args : --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.7 pypy3.8 pypy3.9 pypy3.10' }} ${{ matrix.extra-build-args }}
117
+ args : --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 pypy3.7 pypy3.8 pypy3.9 pypy3.10' }} ${{ matrix.extra-build-args }}
118
118
rust-toolchain : stable
119
119
docker-options : -e CI
120
120
You can’t perform that action at this time.
0 commit comments