From 5d0848bc6d084d9d19402745e87a660988e9c4da Mon Sep 17 00:00:00 2001 From: jayjayakumar <87327692+jayjayakumar@users.noreply.github.com> Date: Fri, 26 Jun 2026 04:38:25 -0500 Subject: [PATCH 1/4] Update quickstart-py.md Docs: update Python version support in quickstart --- website/www/site/content/en/get-started/quickstart-py.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/www/site/content/en/get-started/quickstart-py.md b/website/www/site/content/en/get-started/quickstart-py.md index d7f896153483..26cfea471757 100644 --- a/website/www/site/content/en/get-started/quickstart-py.md +++ b/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, 3.11 and 3.12. Beam 2.48.0 was the last release with support for Python 3.7. +The Python SDK supports Python 3.9, 3.10, 3.11, 3.12 and 3.13. Beam 2.60.0 was the last release with support for Python 3.8. Beam 2.48.0 was the last release with support for Python 3.7. ## Set up your environment From 73b8095f4e9b5eb3deaad991ac74885eb111ca74 Mon Sep 17 00:00:00 2001 From: jayjayakumar <87327692+jayjayakumar@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:21:54 -0500 Subject: [PATCH 2/4] Docs: remove 3.9, add 3.14 per reviewer feedback --- website/www/site/content/en/get-started/quickstart-py.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/www/site/content/en/get-started/quickstart-py.md b/website/www/site/content/en/get-started/quickstart-py.md index 26cfea471757..013ff1ced596 100644 --- a/website/www/site/content/en/get-started/quickstart-py.md +++ b/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.9, 3.10, 3.11, 3.12 and 3.13. Beam 2.60.0 was the last release with support for Python 3.8. Beam 2.48.0 was the last release with support for Python 3.7. +The Python SDK supports Python 3.10, 3.11, 3.12, 3.13 and 3.14. Beam 2.60.0 was the last release with support for Python 3.9. Beam 2.48.0 was the last release with support for Python 3.7. ## Set up your environment From 7d78c9c49073a4459e3a4f7ba408cf89785aff47 Mon Sep 17 00:00:00 2001 From: jayjayakumar <87327692+jayjayakumar@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:30:38 -0500 Subject: [PATCH 3/4] Docs: update Python version list based on feedback --- website/www/site/content/en/get-started/quickstart-py.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/www/site/content/en/get-started/quickstart-py.md b/website/www/site/content/en/get-started/quickstart-py.md index 013ff1ced596..ebc936058057 100644 --- a/website/www/site/content/en/get-started/quickstart-py.md +++ b/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.10, 3.11, 3.12, 3.13 and 3.14. Beam 2.60.0 was the last release with support for Python 3.9. Beam 2.48.0 was the last release with support for Python 3.7. +The Python SDK supports Python 3.10, 3.11, 3.12, 3.13 and 3.14. Beam 2.70.0 was the last release with support for Python 3.9. ## Set up your environment From 0b490b79021ccf79ff65dd56be1cf2dd5c2f96dc Mon Sep 17 00:00:00 2001 From: jayjayakumar <87327692+jayjayakumar@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:47:20 -0500 Subject: [PATCH 4/4] Docs: Fix Python 3.9 and 3.8 end of support version. --- website/www/site/content/en/get-started/quickstart-py.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/www/site/content/en/get-started/quickstart-py.md b/website/www/site/content/en/get-started/quickstart-py.md index ebc936058057..0d30bd94568c 100644 --- a/website/www/site/content/en/get-started/quickstart-py.md +++ b/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.10, 3.11, 3.12, 3.13 and 3.14. Beam 2.70.0 was the last release with support for Python 3.9. +The Python SDK supports Python 3.10, 3.11, 3.12, 3.13 and 3.14. Beam 2.69.0 was the last release with support for Python 3.9. Beam 2.60.0 was the last release with support for Python 3.8. ## Set up your environment