More Python targets: 3.13, pypy3.10#291
Merged
geonnave merged 1 commit intolake-rs:mainfrom Aug 19, 2024
Merged
Conversation
Member
Author
|
This will stay a draft PR a bit longer: Even the latest released pyo3 doesn't support 3.13 officially yet. Blocked on PyO3/pyo3#4038 |
chrysn
added a commit
to chrysn/aiocoap
that referenced
this pull request
Jun 23, 2024
Workaround-For: lake-rs/lakers#291
chrysn
added a commit
to chrysn/aiocoap
that referenced
this pull request
Jun 24, 2024
Workaround-For: lake-rs/lakers#291
|
I don't know your project, but was digging through PyO3 issues, and 0.22 is out. |
dc17b2e to
513fd8c
Compare
Member
Author
|
Thanks for the nudge. We've already migrated the main branch to 0.22, so all that's left to do in this branch is to reap the benefits of a Just Working 3.13. Let's see what CI says, I'm placing this as "ready for review". |
Collaborator
|
Thanks for this, merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On top of #290, this adds pypy3.10 and Python 3.13 to the list of build wheels.
Closes: #288
Feel free to disregard this as "too much CI time" if you feel it doesn't carry its own weight – that'd be a fine policy which I can then reference in the aiocoap CI setup as the reason why rust needs to be installed on those.