Skip to content

Commit 5cb2f09

Browse files
authored
[Website] Update Python version compatibility table (#38969)
* Update Python version compatibility table * remove ge
1 parent d77d12a commit 5cb2f09

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • website/www/site/content/en/documentation/sdks

website/www/site/content/en/documentation/sdks/python.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ Some common errors can occur during worker start-up and prevent jobs from starti
7171
<th>Python Version</th>
7272
<th>Supported Beam Versions</th>
7373
</tr>
74+
<tr>
75+
<td>3.14</td>
76+
<td>&ge; 2.73.0</td>
77+
</tr>
7478
<tr>
7579
<td>3.13</td>
7680
<td>&ge; 2.69.0</td>
@@ -89,7 +93,7 @@ Some common errors can occur during worker start-up and prevent jobs from starti
8993
</tr>
9094
<tr>
9195
<td>3.9</td>
92-
<td>&ge; 2.37.0</td>
96+
<td>2.37.0 - 2.69.0</td>
9397
</tr>
9498
<tr>
9599
<td>3.8</td>

0 commit comments

Comments
 (0)