From 0a3b24300705e93cfd3d0ba79ca028b9c72e9e0f Mon Sep 17 00:00:00 2001 From: jrmccluskey Date: Mon, 15 Jun 2026 14:14:06 -0400 Subject: [PATCH 1/2] Update Python version compatibility table --- website/www/site/content/en/documentation/sdks/python.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/www/site/content/en/documentation/sdks/python.md b/website/www/site/content/en/documentation/sdks/python.md index 3575437bbff3..d1de0c928841 100644 --- a/website/www/site/content/en/documentation/sdks/python.md +++ b/website/www/site/content/en/documentation/sdks/python.md @@ -71,6 +71,10 @@ Some common errors can occur during worker start-up and prevent jobs from starti Python Version Supported Beam Versions + + 3.14 + ≥ 2.73.0 + 3.13 ≥ 2.69.0 @@ -89,7 +93,7 @@ Some common errors can occur during worker start-up and prevent jobs from starti 3.9 - ≥ 2.37.0 + ≥ 2.37.0 - 2.69.0 3.8 From 5c06607bfa21098a1d41af35035b57a87029445d Mon Sep 17 00:00:00 2001 From: jrmccluskey Date: Mon, 15 Jun 2026 14:16:07 -0400 Subject: [PATCH 2/2] remove ge --- website/www/site/content/en/documentation/sdks/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/www/site/content/en/documentation/sdks/python.md b/website/www/site/content/en/documentation/sdks/python.md index d1de0c928841..0dba9258856e 100644 --- a/website/www/site/content/en/documentation/sdks/python.md +++ b/website/www/site/content/en/documentation/sdks/python.md @@ -93,7 +93,7 @@ Some common errors can occur during worker start-up and prevent jobs from starti 3.9 - ≥ 2.37.0 - 2.69.0 + 2.37.0 - 2.69.0 3.8