-
Notifications
You must be signed in to change notification settings - Fork 49
Add support for Python 3.14 #566
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.14 #566
Conversation
7769379 to
206bf79
Compare
|
Just to keep updated, by some reason instead of asincio and libev it uses |
|
@dkropachev what's holding this one out of the door ? |
|
@dkropachev how about adding 3.14t ? into testing only |
|
@fruch , lets fix ongling cicd problem first |
206bf79 to
ee47b3d
Compare
d99ae85 to
ef90c56
Compare
|
@fruch , @Lorak-mmk , after all issues were sorted out in separate PRs this one looks so much cleaner, please take a look. |
7bd6af5 to
b07f6f7
Compare
|
@Lorak-mmk , can you please review it |
Lorak-mmk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if CI passes
I would suggest taking 3.14t to a followup PR |
1. Add integration tests to CICD 2. Update documentation and pyproject.toml
b07f6f7 to
924492a
Compare
Done, created an issue on that - #599 |
Add Python 3.14 to supported list and start testing it.
Pre-review checklist
I have provided docstrings for the public items that I want to introduce../docs/source/.I added appropriateFixes:annotations to PR description.