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 support for Python 3.13 #186

Merged
merged 3 commits into from
Jun 6, 2024
Merged

Add support for Python 3.13 #186

merged 3 commits into from
Jun 6, 2024

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Jun 4, 2024

No description provided.

@godlygeek godlygeek marked this pull request as draft June 4, 2024 18:51
@godlygeek godlygeek force-pushed the 3.13 branch 5 times, most recently from f4b906f to f404ff5 Compare June 4, 2024 23:02
@pablogsal pablogsal force-pushed the 3.13 branch 3 times, most recently from c79a230 to 2018d9c Compare June 5, 2024 13:57
@pablogsal pablogsal marked this pull request as ready for review June 5, 2024 13:58
@pablogsal pablogsal force-pushed the 3.13 branch 2 times, most recently from 73d6713 to 12149cd Compare June 5, 2024 14:05
@pablogsal pablogsal requested a review from godlygeek June 5, 2024 14:07
src/pystack/_pystack/cpython/interpreter.h Outdated Show resolved Hide resolved
src/pystack/_pystack/cpython/interpreter.h Outdated Show resolved Hide resolved
src/pystack/_pystack/cpython/runtime.h Outdated Show resolved Hide resolved
src/pystack/_pystack/process.cpp Outdated Show resolved Hide resolved
src/pystack/_pystack/process.cpp Outdated Show resolved Hide resolved
src/pystack/_pystack/process.cpp Outdated Show resolved Hide resolved
src/pystack/_pystack/pyframe.cpp Outdated Show resolved Hide resolved
pablogsal and others added 3 commits June 5, 2024 23:45
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Note that wheels are not yet published, because Python 3.13 is not yet
ABI stable.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
- Ensure that Python 3.13 is discovered and tested automatically when
  available.
- Skip the PyInstaller test on 3.13, since PyInstaller doesn't yet
  support Python 3.13.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Copy link
Contributor

@godlygeek godlygeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@pablogsal pablogsal merged commit 7a4f8b1 into bloomberg:main Jun 6, 2024
22 checks passed
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