We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90af45 commit 577193cCopy full SHA for 577193c
1 file changed
.github/workflows/ci.yml
@@ -58,7 +58,9 @@ jobs:
58
experimental: false
59
nox-session: test-3.12
60
# pypy
61
- - python-version: "pypy-3.11"
+ # 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"
64
os: ubuntu-24.04
65
66
nox-session: test-pypy3.11
0 commit comments