Skip to content

Commit 91ba262

Browse files
Add testing for pypy 3.11.
1 parent 0a37d41 commit 91ba262

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-test-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- 3.14
2727
- pypy-3.9
2828
- pypy-3.10
29+
- pypy-3.11
2930
steps:
3031
- name: Checkout code
3132
uses: actions/checkout@v3
@@ -162,6 +163,7 @@ jobs:
162163
- 3.14
163164
- pypy-3.9
164165
- pypy-3.10
166+
- pypy-3.11
165167
steps:
166168
- name: Checkout code
167169
uses: actions/checkout@v3
@@ -200,6 +202,7 @@ jobs:
200202
- 3.14
201203
- pypy-3.9
202204
- pypy-3.10
205+
- pypy-3.11
203206
exclude:
204207
# setup-python only support 3.11+ for windows arm
205208
- os: windows-11-arm
@@ -210,6 +213,8 @@ jobs:
210213
python-version: pypy-3.9
211214
- os: windows-11-arm
212215
python-version: pypy-3.10
216+
- os: windows-11-arm
217+
python-version: pypy-3.11
213218
steps:
214219
- name: Checkout code
215220
uses: actions/checkout@v3

0 commit comments

Comments
 (0)