Skip to content

Conversation

tconley1428
Copy link
Contributor

What was changed

Update pyo3 to 0.25 and convert to pyo3-async-runtimes

Why?

pyo3-asyncio is abandoned, and pyo3 0.25 contains support for python 3.14

Checklist

  1. Closes [Feature Request] Upgrade PyO3 to latest and use pyo3-async-runtimes instead of pyo3-asyncio #816

  2. How was this tested:
    Regression tests

  3. Any docs updates needed?

@tconley1428 tconley1428 requested a review from a team as a code owner June 11, 2025 17:01
Copy link
Member

@Sushisource Sushisource left a comment

Choose a reason for hiding this comment

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

Generally speaking looking good to me. I just want to take a slightly closer look at the unbind usages and make sure that's the right thing to do here

Copy link
Member

@Sushisource Sushisource left a comment

Choose a reason for hiding this comment

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

Looking good!

@tconley1428 tconley1428 merged commit 13b27be into main Jun 12, 2025
25 of 26 checks passed
@tconley1428 tconley1428 deleted the pyo3_upgrade branch June 12, 2025 16:32
tconley1428 added a commit that referenced this pull request Aug 28, 2025
* Update pyo3 to 0.25 and convert to pyo3-async-runtimes

* Format and clippy

* Simplify awaitable conversion
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.

[Feature Request] Upgrade PyO3 to latest and use pyo3-async-runtimes instead of pyo3-asyncio

2 participants