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

Build CPython 3.11 by default (no longer behind prerelease_pythons) #1226

Merged
merged 1 commit into from Aug 11, 2022

Conversation

minrk
Copy link
Contributor

@minrk minrk commented Aug 11, 2022

not to merge before #1223, which adds 3.11.0rc1.

closes #1221

@minrk minrk changed the title Remove cp311 from prerelease pythons Build CPython 3.11 by default (no longer behind prerelease_pythons) Aug 11, 2022
@joerick
Copy link
Contributor

joerick commented Aug 11, 2022

Thanks @minrk! I should get a release out with this today.

@minrk
Copy link
Contributor Author

minrk commented Aug 11, 2022

Awesome. I'm excited to start publishing my wheels! I love cibuildwheel so much.

@minrk
Copy link
Contributor Author

minrk commented Aug 11, 2022

I don't understand the failure on Windows or how it could be related to this PR. The test is running with Python 3.7 which didn't change and the error message is claiming that pip 20.0.2 conflicts with itself?

ERROR:root:failed to download pip version 20.0.2, pip download exit code 1
The conflict is caused by:
    The user requested pip==20.0.2
    The user requested (constraint) pip==20.0.2

Maybe an intermittent error?

@joerick
Copy link
Contributor

joerick commented Aug 11, 2022

I don't understand it either. Perhaps a failed download caused a bad error message. I've restarted it, lets see...

@Czaki
Copy link
Contributor

Czaki commented Aug 11, 2022

I do not see full message, but I meet similar things, then are problems with pypi and some version was not reported as available.

@henryiii
Copy link
Contributor

We've been seeing that sort of message a lot recently. But restarting it usually fixes it, so I've assumed it's a flaky PyPI issue.

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.

Enable building on Python 3.11 without CIBW_PRERELEASE_PYTHONS
4 participants