-
Notifications
You must be signed in to change notification settings - Fork 22
noxfile: mark pypy 3.11 as supported #125
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
Conversation
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.4 to 0.24.0. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.4...v0.24.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
With pull request crate-py#123 merged, this compile with pypy3.11 fine.
CI is passing |
Sorry, I meant to the CI build matrix's interpreters (e.g. here) so that we build wheels for it! But this is helpful too, thanks! |
Building seems to fail still: https://github.com/crate-py/rpds/actions/runs/14083042178/job/39440334456 Help definitely still welcome @marmoute if those errors mean anything to you, otherwise I'll have to find some time to look at them more closely. |
I am completly cluelss about these build, but double checking your patch, it seems like you have an extra comma in a space separated list |
Oh fun :/ indeed, thanks, let's see if that fixes it. |
That got our errors down to one: https://github.com/crate-py/rpds/actions/runs/14084579529/job/39445373260 -- it seems the Windows build can't use PyPy3.11 even on x64, so I've re-removed it there as well. If that passes we're ready to go. |
I don't care about Windows support here and I will let someone else take on this fight. |
That error is strange:
What piece of the build does not support PyPy 3.11 on windows? |
With pull request #123 merged, this compile with pypy3.11 fine.
This is rebased on top of #123 to have pyyp311 actually work.