Cloudflare Python Workers Now Generally Available
Something you can actually use or run today.
On September 21, 2026, Cloudflare released native Python support for Cloudflare Workers into general availability following a two-year preview.
Enables developers to execute lightweight Python data transformations and model routing tasks closer to the user without server management overhead.
This is a massive convenience update for AI application builders who rely on Python libraries but want edge speeds. Running Pyodide within V8 runtimes provides a clean way to scale out middle-tier agent logic without full container bloat.
The expansion of pre-warmed Python package ecosystems available within the worker runtime initialization loop.
Also covers
- Cloudflare Python Workers Now Generally AvailableOn September 21, 2026, Cloudflare released Python support for its Workers platform to General Availability after a two-year preview.
- Enables execution of Python logic directly at the edge, reducing latency and complexity.
- Utilizes Pyodide to run Python via WebAssembly within the V8-based workerd runtime.
- Facilitates lightweight AI inference and data transformation tasks closer to the user.
All sources agree that Python is now a first-class supported language on the Cloudflare Developer Platform.