From 8703be9be22d8145e76431c1794c96c6ca96f93a Mon Sep 17 00:00:00 2001 From: pinodeca Date: Thu, 28 May 2026 13:20:46 -0500 Subject: [PATCH] Update preview status wording --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f70f8ea..7d45099 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Python SDK for the [Duroxide](https://github.com/microsoft/duroxide) durable exe Write durable workflows as Python generators. The Rust runtime handles replay, persistence, and fault tolerance. +> **Preview:** This project is currently in preview. + ## Features - **Generator-based orchestrations** — `yield` task descriptors, Rust handles DurableFutures