Skip to content
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

Upgrade PyPy to 7.3.18. #2666

Merged
merged 2 commits into from
Feb 8, 2025
Merged

Upgrade PyPy to 7.3.18. #2666

merged 2 commits into from
Feb 8, 2025

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Feb 8, 2025

This pulls in a beta release of a 3.11 interpreter.
We don't switch to that yet though.

See: https://pypy.org/posts/2025/02/pypy-v7318-release.html

This pulls in a beta release of a 3.11 interpreter. We switch to that.

See: https://pypy.org/posts/2025/02/pypy-v7318-release.html
At least 1 test fails trying to build cryptography with:
```
...
pip:     cargo:rerun-if-env-changed=PYO3_CROSS
pip:     cargo:rerun-if-env-changed=PYO3_CROSS_LIB_DIR
pip:     cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_VERSION
pip:     cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_IMPLEMENTATION
pip:     cargo:rerun-if-env-changed=PYO3_PRINT_CONFIG
pip:
pip:     --- stderr
pip:     error: the configured PyPy interpreter version (3.11) is newer than PyO3's maximum supported version (3.10)
pip:     = help: please check if an updated version of PyO3 is available. Current version: 0.23.2
...
```

See: https://github.com/PyO3/pyo3/issues/4689x
@jsirois jsirois merged commit bc291ca into pex-tool:main Feb 8, 2025
23 checks passed
@jsirois jsirois deleted the pypy/upgrade branch February 8, 2025 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant