Skip to content

Commit 3457433

Browse files
aaronliu0130Pierre-Sassoulascclauss
authored
GH Actions: Add pypy3.11 to testing matrix (#10287)
Co-authored-by: Pierre Sassoulas <[email protected]> Co-authored-by: Christian Clauss <[email protected]>
1 parent 67b3661 commit 3457433

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
python-version: "pypy-3.9"
4040
- os: ubuntu-latest
4141
python-version: "pypy-3.10"
42+
- os: ubuntu-latest
43+
python-version: "pypy-3.11"
4244
runs-on: ${{ matrix.os }}
4345
outputs:
4446
python-key: ${{ steps.generate-python-key.outputs.key }}

doc/whatsnew/fragments/10287.feature

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pypy 3.11 is now officially supported.
2+
3+
Refs #10287

0 commit comments

Comments
 (0)