-
-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pypy-3.10 support #2678
Comments
We probably just have to bump our cryptography requirement. |
yep, bumping to 41 worked - except now I'm hitting problems building ssl on pypy3.10 windows. |
I'm dropping windows-pypy3.10 in #2668 for now, anybody else feel free to go at that in another PR. |
This has, in fact, already been done? |
Only for linux, looking at CI we might not be testing pypy at all on windows atm? |
Seems fine to subsume this into the general CI megaissue if it's a basic issue/just a matter of updating matrix and seeing what breaks (if we don't know if this is up to date). Looking at that CI issue, I'm pretty sure this was about macOS pypy |
https://github.com/python-trio/trio/actions/runs/5430814069/jobs/9876779099?pr=2668
build currently fails with
on
test_dtls
,test_highlevel_ssl_helpers
andtest_ssl
.The text was updated successfully, but these errors were encountered: