This is an automated email from the ASF dual-hosted git repository.
jrmccluskey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 5cb2f09298c [Website] Update Python version compatibility table
(#38969)
5cb2f09298c is described below
commit 5cb2f09298c4e92e56b85485583f2273930b92c4
Author: Jack McCluskey <[email protected]>
AuthorDate: Fri Jun 26 10:36:36 2026 -0400
[Website] Update Python version compatibility table (#38969)
* Update Python version compatibility table
* remove ge
---
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 3575437bbff..0dba9258856 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
<th>Python Version</th>
<th>Supported Beam Versions</th>
</tr>
+<tr>
+ <td>3.14</td>
+ <td>≥ 2.73.0</td>
+</tr>
<tr>
<td>3.13</td>
<td>≥ 2.69.0</td>
@@ -89,7 +93,7 @@ Some common errors can occur during worker start-up and
prevent jobs from starti
</tr>
<tr>
<td>3.9</td>
- <td>≥ 2.37.0</td>
+ <td>2.37.0 - 2.69.0</td>
</tr>
<tr>
<td>3.8</td>