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 2828
2929 - os : windows
3030 target : x86_64
31- interpreter : pypy3.9 pypy3.10 pypy3. 11
31+ interpreter : pypy3.11
3232 - os : windows
3333 target : i686
3434 python-architecture : x86
@@ -39,15 +39,15 @@ jobs:
3939
4040 - os : macos
4141 target : x86_64
42- interpreter : pypy3.9 pypy3.10 pypy3. 11
42+ interpreter : pypy3.11
4343 - os : macos
4444 target : aarch64
4545 # actions/setup-python@v5 does not support 3.8 and 3.9 on arm64
46- interpreter : 3.8 3.9 pypy3.9 pypy3.10 pypy3. 11
46+ interpreter : 3.8 3.9 pypy3.11
4747
4848 - os : ubuntu
4949 target : x86_64
50- interpreter : pypy3.9 pypy3.10 pypy3. 11
50+ interpreter : pypy3.11
5151 - os : ubuntu
5252 target : i686
5353 - os : ubuntu
9393 with :
9494 target : ${{ matrix.target }}
9595 manylinux : ${{ matrix.manylinux || 'auto' }}
96- args : --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10 pypy3. 11' }}
96+ args : --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.11' }}
9797 rust-toolchain : ${{ env.RUST_VERSION }}
9898 docker-options : -e CI
9999
You can’t perform that action at this time.
0 commit comments