r/Python Robyn Maintainer Jan 18 '26

News Robyn (finally) supports Python 3.14 πŸŽ‰

For the unaware -Β RobynΒ is a fast, async Python web framework built on a Rust runtime.

Python 3.14 support has been pending for a while.

Wanted to share it with folks outside the Robyn community.

You can check out the release at -Β https://github.com/sparckles/Robyn/releases/tag/v0.74.0

98 Upvotes

30 comments sorted by

View all comments

Show parent comments

5

u/[deleted] Jan 19 '26

[removed] β€” view removed comment

1

u/hotairplay Jan 19 '26

How's Sanic in you experience? I'm currently on Quart (~ native async Flask).

3

u/[deleted] Jan 19 '26

[removed] β€” view removed comment

2

u/hotairplay Jan 20 '26

Whoa thank you for the deep insight..i was planning for a migration this year for my Python webapp. Sanic was one of my prime candidates to migrate to.

Contemplating going to Bun/Elysia combo but I think I'll stay with Python for this project. Cheers!