[jira] [Commented] (BEAM-9372) Drop support for Python 3.5 versions lower than 3.5.3

2020-06-25 Thread Beam JIRA Bot (Jira)


[ 
https://issues.apache.org/jira/browse/BEAM-9372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17145137#comment-17145137
 ] 

Beam JIRA Bot commented on BEAM-9372:
-

This issue was marked "stale-P2" and has not received a public comment in 14 
days. It is now automatically moved to P3. If you are still affected by it, you 
can comment and move it back to P2.

> Drop support for Python 3.5 versions lower than 3.5.3
> -
>
> Key: BEAM-9372
> URL: https://issues.apache.org/jira/browse/BEAM-9372
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-py-core
>Reporter: Valentyn Tymofieiev
>Priority: P3
>
> Supporting Python 3.5.1, 3.5.2 requires nontrivial amount of work in type 
> inference machinery, but may provide little benefit. Most recently, this 
> surfaced in [1].
> To require Python 3.5.3 and higher we need to migrate Jenkins infrastructure 
> to Python 3.5.3 (see [2]), and update python_requires section in setup.py 
> once we are ready to drop support.
>   
> https://github.com/apache/beam/pull/10821
> https://issues.apache.org/jira/browse/BEAM-8152
> cc: [~udim] [~chadrik]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (BEAM-9372) Drop support for Python 3.5 versions lower than 3.5.3

2020-06-10 Thread Beam JIRA Bot (Jira)


[ 
https://issues.apache.org/jira/browse/BEAM-9372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17131625#comment-17131625
 ] 

Beam JIRA Bot commented on BEAM-9372:
-

This issue is P2 but has been unassigned without any comment for 60 days so it 
has been labeled "stale-P2". If this issue is still affecting you, we care! 
Please comment and remove the label. Otherwise, in 14 days the issue will be 
moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed 
explanation of what these priorities mean.


> Drop support for Python 3.5 versions lower than 3.5.3
> -
>
> Key: BEAM-9372
> URL: https://issues.apache.org/jira/browse/BEAM-9372
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-py-core
>Reporter: Valentyn Tymofieiev
>Priority: P2
>  Labels: stale-P2
>
> Supporting Python 3.5.1, 3.5.2 requires nontrivial amount of work in type 
> inference machinery, but may provide little benefit. Most recently, this 
> surfaced in [1].
> To require Python 3.5.3 and higher we need to migrate Jenkins infrastructure 
> to Python 3.5.3 (see [2]), and update python_requires section in setup.py 
> once we are ready to drop support.
>   
> https://github.com/apache/beam/pull/10821
> https://issues.apache.org/jira/browse/BEAM-8152
> cc: [~udim] [~chadrik]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (BEAM-9372) Drop support for Python 3.5 versions lower than 3.5.3

2020-04-03 Thread Valentyn Tymofieiev (Jira)


[ 
https://issues.apache.org/jira/browse/BEAM-9372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074930#comment-17074930
 ] 

Valentyn Tymofieiev commented on BEAM-9372:
---

Actually, Ubuntu 16.04 EOL is in 2024 [1], I was using a wrong link. End of 
support is April 2021.

[1] https://wiki.ubuntu.com/Releases

> Drop support for Python 3.5 versions lower than 3.5.3
> -
>
> Key: BEAM-9372
> URL: https://issues.apache.org/jira/browse/BEAM-9372
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-py-core
>Reporter: Valentyn Tymofieiev
>Priority: Major
>
> Supporting Python 3.5.1, 3.5.2 requires nontrivial amount of work in type 
> inference machinery, but may provide little benefit. Most recently, this 
> surfaced in [1].
> To require Python 3.5.3 and higher we need to migrate Jenkins infrastructure 
> to Python 3.5.3 (see [2]), and update python_requires section in setup.py 
> once we are ready to drop support.
>   
> https://github.com/apache/beam/pull/10821
> https://issues.apache.org/jira/browse/BEAM-8152
> cc: [~udim] [~chadrik]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (BEAM-9372) Drop support for Python 3.5 versions lower than 3.5.3

2020-02-28 Thread Valentyn Tymofieiev (Jira)


[ 
https://issues.apache.org/jira/browse/BEAM-9372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047832#comment-17047832
 ] 

Valentyn Tymofieiev commented on BEAM-9372:
---

Note that some Linux distributions come with Python 3.5.1[1].
 
Users of these distributions will be affected by this change. 

A workaround would be to install a newer version of Python, for example by 
employing pyenv, or older version of Beam.

Note that Ubuntu 16 has reached EOL, and Python 3 is approaching EOL.

[1] https://packages.ubuntu.com/xenial/python3
[2] https://github.com/pyenv/pyenv/blob/master/README.md
[3] 
https://ubuntustudio.org/2019/04/ubuntu-studio-16-04-lts-reaches-end-of-life-eol/
[4] https://devguide.python.org/#status-of-python-branches

> Drop support for Python 3.5 versions lower than 3.5.3
> -
>
> Key: BEAM-9372
> URL: https://issues.apache.org/jira/browse/BEAM-9372
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-py-core
>Reporter: Valentyn Tymofieiev
>Priority: Major
>
> Supporting Python 3.5.1, 3.5.2 requires nontrivial amount of work in type 
> inference machinery, but may provide little benefit. Most recently, this 
> surfaced in [1].
> To require Python 3.5.3 and higher we need to migrate Jenkins infrastructure 
> to Python 3.5.3 (see [2]), and update python_requires section in setup.py 
> once we are ready to drop support.
>   
> https://github.com/apache/beam/pull/10821
> https://issues.apache.org/jira/browse/BEAM-8152
> cc: [~udim] [~chadrik]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)