tancnle commented on code in PR #32951:
URL: https://github.com/apache/beam/pull/32951#discussion_r1818352175
##########
website/www/site/content/en/get-started/quickstart-py.md:
##########
@@ -23,7 +23,7 @@ If you're interested in contributing to the Apache Beam
Python codebase, see the
{{< toc >}}
-The Python SDK supports Python 3.8, 3.9, 3.10 and 3.11. Beam 2.48.0 was the
last release with support for Python 3.7.
+The Python SDK supports Python 3.8, 3.9, 3.10, 3.11 and 3.12. Beam 2.48.0 was
the last release with support for Python 3.7.
Review Comment:
Should we also drop 3.8 from this list? According to the `tox.ini`
[file](https://github.com/apache/beam/blob/master/sdks/python/tox.ini#L20), 3.8
is no longer tested.
##########
website/www/site/content/en/documentation/programming-guide.md:
##########
@@ -35,7 +35,7 @@ programming guide, take a look at the
{{< language-switcher java py go typescript yaml >}}
{{< paragraph class="language-py" >}}
-The Python SDK supports Python 3.8, 3.9, 3.10, and 3.11.
+The Python SDK supports Python 3.8, 3.9, 3.10, 3.11, and 3.12.
Review Comment:
Should we also drop 3.8 from this list? According to the `tox.ini`
[file](https://github.com/apache/beam/blob/master/sdks/python/tox.ini#L20), 3.8
is no longer tested.
--
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]