Skip to content

Commit 96eeb5e

Browse files
committed
feat: build wheels for PyPy 3.11 and drop 3.10
1 parent 54a7303 commit 96eeb5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- '3.12'
7777
- '3.13'
7878
- '3.14-dev'
79-
- 'pypy3.10'
79+
- 'pypy3.11'
8080
fail-fast: false
8181
runs-on: ${{ matrix.os.image }}
8282
name: ${{ matrix.os.name }} (${{ matrix.python-version }})

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
matrix:
4141
target: [x86_64, aarch64]
4242
manylinux: [auto, musllinux_1_1]
43-
python: ['3.13', 'pypy3.10']
43+
python: ['3.13', 'pypy3.11']
4444
steps:
4545
- name: Check out
4646
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
matrix:
7979
target: [x64]
80-
python: ['3.13', 'pypy3.10']
80+
python: ['3.13', 'pypy3.11']
8181
# PyPy doesn't support Windows ARM64.
8282
include:
8383
- python: '3.13'
@@ -120,7 +120,7 @@ jobs:
120120
strategy:
121121
matrix:
122122
target: [x86_64, aarch64]
123-
python: ['3.13', 'pypy3.10']
123+
python: ['3.13', 'pypy3.11']
124124
steps:
125125
- name: Check out
126126
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)