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

Fix CI #6641

Merged
merged 3 commits into from
Feb 20, 2024
Merged

Fix CI #6641

merged 3 commits into from
Feb 20, 2024

Conversation

nateprewitt
Copy link
Member

This PR will bring in a few changes to fix our CI suite. The release of httpbin 0.10.2 unblocks our test suite with Flask 3.0 which should fix the breakages in the last several months. In that window, our PyPy 3.8 build has broken on Windows due to pyca/cryptography#10371. PyPy has dropped upstream support for both 3.7 and 3.8, so it seems more straight forward to follow them than try to patch around the cryptography issue.

We'll plan to deprecate both EoS PyPy runtimes with the next Requests release alongside CPython 3.7.

Dropped support for pypy-3.7 and pypy-3.8 which are no longer maintained by upstream.
Added support for pypy-3.10.
@nateprewitt
Copy link
Member Author

Updated Sphinx to the latest release as well due to us no longer meeting the minimum required version for readthedocs to do our preview build. I'll spot check the docs once that finishes, they appear to render normally with a local build.

@nateprewitt
Copy link
Member Author

Docs appear to be in good shape: https://requests--6641.org.readthedocs.build/en/6641/

@sigmavirus24 sigmavirus24 merged commit 9439fad into psf:main Feb 20, 2024
28 checks passed
@nateprewitt nateprewitt deleted the fix_ci branch February 20, 2024 23:34
@nateprewitt nateprewitt mentioned this pull request May 20, 2024
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.

None yet

2 participants