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

In tests use prerelease version of cffi for Python 3.13 #12776

Merged
merged 4 commits into from
Jul 8, 2024

Conversation

notatallshaw
Copy link
Member

@notatallshaw notatallshaw commented Jun 19, 2024

cffi is a transative dependency (dependency of cryptography) in the test suite, there is a prerelease now compatible with Python 3.13 so we can use that instead of building from github source.

But it will not be sourced unless there is a requirement that explicitly includes a prerelease marker.

@notatallshaw
Copy link
Member Author

@uranusjr 3.12.4 is now being used for tests:

Installed versions
  Successfully set up CPython (3.12.4)

And so now is failing because of #12774

@pradyunsg pradyunsg force-pushed the use-prerelease-version-of-cffi branch from b4b45b6 to 42c8a61 Compare June 20, 2024 22:27
@uranusjr
Copy link
Member

Do you know off-hand if 3.12.4 has the urlunsplit fix?

@pradyunsg
Copy link
Member

@notatallshaw
Copy link
Member Author

CI is now green, please merge when ready

@pradyunsg pradyunsg merged commit 457ca6e into pypa:main Jul 8, 2024
28 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants