This is an automated email from the ASF dual-hosted git repository.
anandinguva 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 cce70cdd95c Remove python 3.7 from programming guide (#30302)
cce70cdd95c is described below
commit cce70cdd95c6db0c49a833d14becb1c9aa474027
Author: Anand Inguva <[email protected]>
AuthorDate: Tue Feb 13 17:54:01 2024 +0000
Remove python 3.7 from programming guide (#30302)
---
website/www/site/content/en/documentation/programming-guide.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/www/site/content/en/documentation/programming-guide.md
b/website/www/site/content/en/documentation/programming-guide.md
index d3333c1f9f6..7c2c8ddacff 100644
--- a/website/www/site/content/en/documentation/programming-guide.md
+++ b/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 >}}
{{< paragraph class="language-py" >}}
-The Python SDK supports Python 3.7, 3.8, 3.9, 3.10, and 3.11.
+The Python SDK supports Python 3.8, 3.9, 3.10, and 3.11.
{{< /paragraph >}}
{{< paragraph class="language-go">}}