Pywrangler, the CLI tool for managing Python Workers and packages, now supports Windows, allowing you to develop and deploy Python Workers from Windows environments. Previously, Pywrangler was only available on macOS and Linux.
You can install and use Pywrangler on Windows the same way you would on other platforms.
Specify your Worker’s Python dependencies in your pyproject.toml file,
then use the following commands to develop and deploy:
uvx --from workers-py pywrangler devuvx --from workers-py pywrangler deployAll existing Pywrangler functionality, including package management, local development, and deployment, works on Windows without any additional configuration.
Requirements
This feature requires the following minimum versions:
wrangler>= 4.64.0workers-py>= 1.72.0uv>= 0.29.8
To upgrade workers-py (which includes Pywrangler) in your project, run:
uv tool upgrade workers-pyTo upgrade wrangler, run:
npm install -g wrangler@latestTo upgrade uv, run:
uv self updateTo get started with Python Workers on Windows, refer to the Python packages documentation for full details on Pywrangler.
Source: Cloudflare
Latest Posts
- Microsoft named a Leader in the 2026 Gartner® Magic Quadrant™ for Analytics and Business Intelligence Platforms

- Workers – Simpler runtime types with @cloudflare/workers-types v5

- MC1413302: Viva Engage Adds Discussion Post Previews for Content Validation Before Publishing

- MC1413298: Microsoft Copilot Studio and Agent Roadmap Moves from Release Planner to Microsoft 365 Roadmap






