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

Add CPython 3.13.0a4 #2903

Merged
merged 2 commits into from Feb 20, 2024
Merged

Add CPython 3.13.0a4 #2903

merged 2 commits into from Feb 20, 2024

Conversation

saaketp
Copy link
Contributor

@saaketp saaketp commented Feb 15, 2024

3.13.0a3 -> 3.13.0a4

Co-authored-by: Edgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com>
@native-api
Copy link
Member

The MacOS build fails. Looks like python is looking for libpython at a wrong prefix. Is this a known issue?

@native-api
Copy link
Member

This seems to be an upstream issue:

2024-02-16T08:17:42.5537610Z dyld: Library not loaded: /lib/libpython3.13.dylib
2024-02-16T08:17:42.5566900Z   Referenced from: /Users/runner/work/pyenv/pyenv/versions/3.13.0a4/bin/python3.13
2024-02-16T08:17:42.5610750Z   Reason: image not found

(earlier)

2024-02-16T08:16:56.0094360Z clang -dynamiclib <...> -Wl,-rpath,/Users/runner/work/pyenv/pyenv/versions/3.13.0a4/lib <...> -Wl,-install_name,/lib/libpython3.13.dylib <...> -o libpython3.13.dylib <...>

the argument before /lib is Makefile var PYTHONFRAMEWORKINSTALLNAMEPREFIX which is only set for a framework build.

@native-api native-api merged commit 932dc46 into pyenv:master Feb 20, 2024
17 of 19 checks passed
@nedbat
Copy link
Contributor

nedbat commented Feb 20, 2024

This shouldn't have been merged if it doesn't build. Yes, it's an upstream issue, but now there isn't a way to get a 3.13 alpha on Mac. Have you reported the bug upstream?

@native-api
Copy link
Member

The logic was, it's a prerelease, more so, an alpha, so you can expect issues and the need to work them out.

@nedbat
Copy link
Contributor

nedbat commented Feb 20, 2024

Yes, except now Mac users cannot work them out. There's no version that is buildable. This error can be reported to CPython, and leave the PR unmerged. Then CPython can fix the build errors with a4, while Mac users can continue to try out a3. Or is someone else working on the build issue with a4?

native-api added a commit that referenced this pull request Feb 20, 2024
@native-api
Copy link
Member

native-api commented Feb 20, 2024

Okay, reverted. Fair enough.

@nedbat
Copy link
Contributor

nedbat commented Feb 20, 2024

Thanks, sorry to be pushy about it.. <3

@native-api
Copy link
Member

Upstream report.

@freakboy3742
Copy link

Candidate fix

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

5 participants