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.13 by default #1950

Merged
merged 5 commits into from
Aug 3, 2024
Merged

Build CPython 3.13 by default #1950

merged 5 commits into from
Aug 3, 2024

Conversation

EwoutH
Copy link
Contributor

@EwoutH EwoutH commented Aug 1, 2024

Enable building with CPython 3.13 by default, no longer requiring prerelease_pythons flag to be set true.

Merge after #1949 is merged.

Builds upon last-year PRs: #1226 and #1565.

README.md Outdated Show resolved Hide resolved
EwoutH and others added 3 commits August 3, 2024 12:05
Enable building with CPython 3.13 by default, no longer requiring prerelease_pythons flag to be set true.
@EwoutH
Copy link
Contributor Author

EwoutH commented Aug 3, 2024

I see some CI failing. I think one error is the free_threaded 3.13 now being expected to build, but doesn't, so I need to update that test.

The other errors I don't understand directly, so some help with them is appreciated!

Maintainers, feel free to directly modify this PR (push to this branch) by the way.

EwoutH and others added 2 commits August 3, 2024 18:33
Even with 3.13 being enabled by default, cp313t is still behind a flag for now.

This commit updates the test accordingly.
@EwoutH
Copy link
Contributor Author

EwoutH commented Aug 3, 2024

Ah I missed that one, thanks! So far it all looks green.

@EwoutH
Copy link
Contributor Author

EwoutH commented Aug 3, 2024

There we go, all green!

@EwoutH
Copy link
Contributor Author

EwoutH commented Aug 3, 2024

Thanks for merging!

In what timeframe do you think a new release would be possible?

@henryiii
Copy link
Contributor

henryiii commented Aug 3, 2024

If it depends on me, tonight.

@rgommers
Copy link

I found that on macOS and Windows it is still necessary to add CIBW_PRERELEASE_PYTHONS: True. Just thought I'd ask here - was that intended?

@henryiii
Copy link
Contributor

No, it shouldn’t be

@henryiii
Copy link
Contributor

henryiii commented Aug 11, 2024

Boost-histogram is building 3.13 windows wheels (and macOS both flavors) without the flag, just checked. Is this 3.13 in general or maybe 3.13t? We will be releasing a new patch release of pybind11 with PyMutex, then I’ll be trying that (3.13t) in boost-histogram.

@joerick
Copy link
Contributor

joerick commented Aug 11, 2024

Pyinstrument is building 3.13 without the flag, too.

@rgommers
Copy link

Okay, never mind then, it's probably something else (even if adding the env var fixed it for me). And it was regular cp313. For the record:

@joerick
Copy link
Contributor

joerick commented Aug 11, 2024

You'll need v2.20.0 , you're on 2.19.0 :)

(Or, at least you were in the failing run)

@henryiii
Copy link
Contributor

(2.20 is also the one with the ABI stable Python 3.13rc1)

@rgommers
Copy link

Argh, made the updates to 2.20 but missed one indeed, for Windows. And the macOS ones were free-threaded. Sorry for the noise.

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.

5 participants