gemini-code-assist[bot] commented on code in PR #38969: URL: https://github.com/apache/beam/pull/38969#discussion_r3415616591
########## website/www/site/content/en/documentation/sdks/python.md: ########## @@ -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> Review Comment:  The expression `≥ 2.37.0 - 2.69.0` is mathematically and logically confusing because it combines the "greater than or equal to" symbol (`≥`) with a hyphenated range. It should be simplified to just the range `2.37.0 - 2.69.0` to clearly indicate that Python 3.9 is supported in Beam versions from 2.37.0 up to 2.69.0. ```suggestion <td>2.37.0 - 2.69.0</td> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
