Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/content/docs/hyperdrive/examples/python-workers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ products:
import { Steps, Tabs, TabItem, WranglerConfig } from "~/components";

You can use Hyperdrive with [Python Workers](/workers/languages/python/).
To achieve this, you need to set your compatibility date to `2026-09-08` or later.

:::caution[Hyperdrive support in Python Workers is in beta.]
Join the #python-workers channel in the [Cloudflare Developers Discord](https://discord.cloudflare.com/) and let us know if you encounter any issues.
:::
To use Hyperdrive with Python Workers, set your compatibility date to `2026-09-08` or later.

## Supported drivers

Expand Down
Loading