Closed
Description
Just wondering if there are any plans for dropping Python 2.7 (and 3.4) in the near future?
- 3.4 reached EOL on 2019-03-16
- and 2.7 will soon as you know, while sphinx dropped support for Python 2 since v2.0 on Mar 28, 2019.
Planning to look into #196 and although it might not be a blocker, not having to think about pre 3.5 type annotations would probably be easier.
Metadata
Metadata
Assignees
Labels
No labels
Activity
rth commentedon Oct 10, 2019
Dropping support for Python 2 might also solve some existing issues e.g. #221 (comment) , #163
larsoner commentedon Oct 10, 2019
I'm fine with dropping 2.7 and 3.4 support now
jnothman commentedon Oct 10, 2019
hugovk commentedon Oct 18, 2019
NumPy, Matplotlib, scikit-learn, IPython, Jupyter, yt, SciPy, and scikit-image have proposed:
Where:
For example, they suggest:
And:
It looks set to be accepted soon.
hugovk commentedon Oct 18, 2019
And NumPy's WIP PR to drop 3.5: numpy/numpy#14673.