Skip to content

Commit 8538a96

Browse files
committed
missing pypy 3.11 for github test matrix
1 parent f5595ef commit 8538a96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/py-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
python-version:
1616
- "3.x"
1717
- "pypy-3.10"
18+
- "pypy-3.11"
1819
- "graalpy-24"
1920

2021
steps:
@@ -68,12 +69,15 @@ jobs:
6869
- "3.12"
6970
- "3.13"
7071
- "pypy-3.10"
72+
- "pypy-3.11"
7173
- "graalpy-24"
7274

7375
include:
7476
- wheel: "3.x"
7577
- python-version: "pypy-3.10"
7678
wheel: "pypy-3.10"
79+
- python-version: "pypy-3.11"
80+
wheel: "pypy-3.11"
7781
- python-version: "graalpy-24"
7882
wheel: "graalpy-24"
7983

0 commit comments

Comments
 (0)