You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2019/03/11 18:58:53 UTC

[beam] branch master updated: Update Python 3 support roadmap.

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

pabloem 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 132a280  Update Python 3 support roadmap.
     new 2bc23d6  Merge pull request #8030 from tvalentyn/patch-43
132a280 is described below

commit 132a2808e1b9645de0c6bbfd206651c5e828b002
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Mon Mar 11 11:39:24 2019 -0700

    Update Python 3 support roadmap.
---
 website/src/roadmap/python-sdk.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/website/src/roadmap/python-sdk.md b/website/src/roadmap/python-sdk.md
index 81881cd..eafb51b 100644
--- a/website/src/roadmap/python-sdk.md
+++ b/website/src/roadmap/python-sdk.md
@@ -22,12 +22,14 @@ limitations under the License.
 
 ## Python 3 Support
 
-Work is in progress to add Python 3 support to Beam.  Current goal is to make Beam codebase compatible both with Python 2.7 and Python 3.4.
+Apache Beam 2.11.0 is the first release that offers partial support for Python 3. As of 2.11.0, only Python 3.5 on Direct and Dataflow runners has been sufficiently tested, and Python 3 support remains an active work in progress. Current goal is to extend Beam codebase compatibility with Python 3.6, 3.7, address [known issues](https://issues.apache.org/jira/browse/BEAM-1251?focusedCommentId=16789854&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16789854) [...]
+ 
 
  - [Proposal](https://docs.google.com/document/d/1xDG0MWVlDKDPu_IW9gtMvxi2S9I0GB0VDTkPhjXT0nE)
  - [Kanban Board](https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=245&view=detail)
  - [Python 3 Conversion Quick Start Guide](https://docs.google.com/document/d/1s1BJVCY65LB_SYK1SU1u7NbZiFANoq-nEYaEvzRbYlA)
+ - [Tracking Issue](https://issues.apache.org/jira/browse/BEAM-1251)
 
 Contributions are welcome! If you are interested to help, you can select an unassigned issue in the Kanban board and assign it to yourself. Comment on the issue if you cannot assign it yourself.
-When submitting a new PR, please tag [@RobbeSneyders](https://github.com/robbesneyders), [@aaltay](https://github.com/aaltay), and [@tvalentyn](https://github.com/tvalentyn).
+When submitting a new PR, please tag [@aaltay](https://github.com/aaltay), [@RobbeSneyders](https://github.com/robbesneyders), and [@tvalentyn](https://github.com/tvalentyn).