Skip to content

Commit 577193c

Browse files
authored
Switch to nightly PyPy3.11 in CI for now (#4984)
Fixes #4980
1 parent e90af45 commit 577193c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
experimental: false
5959
nox-session: test-3.12
6060
# pypy
61-
- python-version: "pypy-3.11"
61+
# Nightly should be used until PyPy v7.3.23 is released.
62+
# https://github.com/python-trio/trio/issues/3433#issuecomment-4349552625
63+
- python-version: "pypy-3.11-nightly"
6264
os: ubuntu-24.04
6365
experimental: false
6466
nox-session: test-pypy3.11

0 commit comments

Comments
 (0)