File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
37
37
38
38
- os : macos
39
39
target : x86_64
40
- interpreter : pypy3.8 pypy3. 9 pypy3.10
40
+ interpreter : pypy3.9 pypy3.10
41
41
- os : macos
42
42
target : aarch64
43
43
# actions/setup-python@v5 does not support 3.8 and 3.9 on arm64
44
- interpreter : 3.8 3.9 pypy3.8 pypy3. 9 pypy3.10
44
+ interpreter : 3.8 3.9 pypy3.9 pypy3.10
45
45
46
46
- os : ubuntu
47
47
target : x86_64
91
91
target : ${{ matrix.target }}
92
92
manylinux : ${{ matrix.manylinux || 'auto' }}
93
93
container : ${{ matrix.container }}
94
- args : --release --out dist --interpreter ${{ matrix.maturin-interpreter || matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3. 9 pypy3.10' }} ${{ matrix.extra-build-args }}
94
+ args : --release --out dist --interpreter ${{ matrix.maturin-interpreter || matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }} ${{ matrix.extra-build-args }}
95
95
rust-toolchain : 1.76.0
96
96
docker-options : -e CI
97
97
You can’t perform that action at this time.
0 commit comments