Skip to content

Commit d646493

Browse files
committed
Drop pypy 3.10
1 parent c197759 commit d646493

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
target: x86_64
3030
manylinux: auto
3131
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
3333
- os: macos
3434
target: aarch64
3535
manylinux: auto
@@ -42,17 +42,17 @@ jobs:
4242
target: x86_64
4343
manylinux: 2_24
4444
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
4646
- os: ubuntu
4747
target: aarch64
4848
manylinux: 2_24
4949
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
5151
- os: ubuntu
5252
target: i686
5353
manylinux: 2_24
5454
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
5656
- os: ubuntu
5757
target: armv7
5858
manylinux: 2_24
@@ -73,12 +73,12 @@ jobs:
7373
target: x86_64
7474
manylinux: musllinux_1_1 # /!\ value used in steps conditions below.
7575
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
7777
- os: ubuntu
7878
target: aarch64
7979
manylinux: musllinux_1_1
8080
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
8282

8383
runs-on: ${{ matrix.os }}-latest
8484
steps:

0 commit comments

Comments
 (0)