You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2019/10/10 21:24:54 UTC

[beam] branch asf-site updated: Publishing website 2019/10/10 21:24:41 at commit 71a4690

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a7d5e2d  Publishing website 2019/10/10 21:24:41 at commit 71a4690
a7d5e2d is described below

commit a7d5e2d80530eda0219b8bcf5976dcacd41824c1
Author: jenkins <bu...@apache.org>
AuthorDate: Thu Oct 10 21:24:42 2019 +0000

    Publishing website 2019/10/10 21:24:41 at commit 71a4690
---
 website/generated-content/documentation/programming-guide/index.html | 2 ++
 website/generated-content/get-started/quickstart-py/index.html       | 2 ++
 website/generated-content/roadmap/python-sdk/index.html              | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/website/generated-content/documentation/programming-guide/index.html b/website/generated-content/documentation/programming-guide/index.html
index d9bdfd2..c934c19 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -556,6 +556,8 @@ how to implement Beam concepts in your pipelines.</p>
   </ul>
 </nav>
 
+<p class="language-py">The Python SDK supports Python 2.7, 3.5, 3.6, and 3.7. New Python SDK releases will stop supporting Python 2.7 in 2020 (<a href="https://issues.apache.org/jira/browse/BEAM-8371">BEAM-8371</a>). For best results, use Beam with Python 3.</p>
+
 <h2 id="overview">1. Overview</h2>
 
 <p>To use Beam, you need to first create a driver program using the classes in one
diff --git a/website/generated-content/get-started/quickstart-py/index.html b/website/generated-content/get-started/quickstart-py/index.html
index 61014a9..94776a7 100644
--- a/website/generated-content/get-started/quickstart-py/index.html
+++ b/website/generated-content/get-started/quickstart-py/index.html
@@ -268,6 +268,8 @@ limitations under the License.
   <li><a href="#next-steps" id="markdown-toc-next-steps">Next Steps</a></li>
 </ul>
 
+<p>The Python SDK supports Python 2.7, 3.5, 3.6, and 3.7. New Python SDK releases will stop supporting Python 2.7 in 2020 (<a href="https://issues.apache.org/jira/browse/BEAM-8371">BEAM-8371</a>). For best results, use Beam with Python 3.</p>
+
 <h2 id="set-up-your-environment">Set up your environment</h2>
 
 <h3 id="check-your-python-version">Check your Python version</h3>
diff --git a/website/generated-content/roadmap/python-sdk/index.html b/website/generated-content/roadmap/python-sdk/index.html
index 8b8fc20..5fd11c6 100644
--- a/website/generated-content/roadmap/python-sdk/index.html
+++ b/website/generated-content/roadmap/python-sdk/index.html
@@ -249,7 +249,7 @@ limitations under the License.
 
 <h2 id="python-3-support">Python 3 Support</h2>
 
-<p>Apache Beam first offered Python 3.5 support with the 2.11.0 SDK release and added Python 3.6, Python 3.7 support with the 2.14.0 version. However, we continue to polish some <a href="https://issues.apache.org/jira/browse/BEAM-1251?focusedCommentId=16890504&amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1689050">rough edges</a> and strengthen Beam’s Python 3 offering:</p>
+<p>Apache Beam 2.14.0 and higher support Python 3.5, 3.6, and 3.7. We continue to <a href="https://issues.apache.org/jira/browse/BEAM-1251?focusedCommentId=16890504&amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1689050">improve</a> the experience for Python 3 users and phase out Python 2 support (<a href="https://issues.apache.org/jira/browse/BEAM-8371">BEAM-8371</a>):</p>
 
 <ul>
   <li><a href="https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=245&amp;view=detail">Kanban Board</a></li>