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

Drop tornado/twisted support #54

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Drop tornado/twisted support #54

merged 1 commit into from
Dec 8, 2023

Conversation

mbrulatout
Copy link
Contributor

Drop tornado/twisted support

Retargeting the project towards an async-only behavior.

Future-Proofing: As asyncio is part of the Python standard library, it's likely to receive continued updates and improvements.
By aligning with asyncio, we're ensuring that this project stays relevant and can benefit from the latest advancements in Python's asynchronous capabilities.

This also aligns with community momentum which heavily shifted towards asyncio for async operations while providing simplified maintenance and reduced dependencies by dropping two major frameworks.

This PR is the same as #52 but targets master.
For some reasons, two PRs got merged in the wrong order

Retargeting the project towards an async-only behavior.

Future-Proofing: As asyncio is part of the Python standard library, it's likely to receive continued updates and improvements.
By aligning with asyncio, we're ensuring that this project stays relevant and can benefit from the latest advancements in Python's asynchronous capabilities.
This also aligns with community momentum which heavily shifted towards asyncio for async operations while providing simplified maintenance and reduced dependencies by dropping two major frameworks.
@mbrulatout mbrulatout force-pushed the drop_tornado_twisted branch from 5c89d4d to 29a41d6 Compare December 7, 2023 20:55
@mbrulatout mbrulatout merged commit 33e92de into master Dec 8, 2023
8 checks passed
@mbrulatout mbrulatout deleted the drop_tornado_twisted branch December 8, 2023 08:54
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.

2 participants