[
https://issues.apache.org/jira/browse/BEAM-7372?focusedWorklogId=518152&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-518152
]
ASF GitHub Bot logged work on BEAM-7372:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Nov/20 22:26
Start Date: 30/Nov/20 22:26
Worklog Time Spent: 10m
Work Description: tvalentyn commented on a change in pull request #13442:
URL: https://github.com/apache/beam/pull/13442#discussion_r532943780
##########
File path: 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 2.7, 3.5, 3.6, and 3.7. New Python SDK releases
will stop supporting Python 2.7 in 2020
([BEAM-8371](https://issues.apache.org/jira/browse/BEAM-8371)). For best
results, use Beam with Python 3.
+The Python SDK supports Python 2.7, 3.6, and 3.7. New Python SDK releases will
stop supporting Python 2.7 in 2020
([BEAM-8371](https://issues.apache.org/jira/browse/BEAM-8371)). For best
results, use Beam with Python 3.
Review comment:
Thanks, all. We have a plan to put together a guide for what needs to be
updated in https://issues.apache.org/jira/browse/BEAM-10605. Added a note there.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 518152)
Time Spent: 15.5h (was: 15h 20m)
> Clean up Python 2 codepaths once Beam no longer supports Python 2.
> ------------------------------------------------------------------
>
> Key: BEAM-7372
> URL: https://issues.apache.org/jira/browse/BEAM-7372
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Valentyn Tymofieiev
> Priority: P3
> Labels: P3
> Time Spent: 15.5h
> Remaining Estimate: 0h
>
> There are several places in Beam where we branch based on Python version.
> Once Python 2 is no longer supported, we can remove Py2 parts of the branch.
> To find places to clean up, we can search for "Python 2", "Python 3", "Py2",
> "sys.version_info", BEAM-8371, etc.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)