Gluon-nlp: python2 end of life (will announce deprecation in 0.7)

Created on 23 May 2019  路  7Comments  路  Source: dmlc/gluon-nlp

@dmlc/gluon-nlp-team
Python2 will stop its support on January 1, 2020. We need to discuss a timeline to drop python2 support for gluon-nlp, too.

https://www.python.org/dev/peps/pep-0373/

There's also a discussion thread to drop py2 for mxnet https://lists.apache.org/thread.html/f8440615095c5472d1b16c554fca0fe5bad3fb8b20feaceba39ca694@%3Cdev.mxnet.apache.org%3E

discussion

Most helpful comment

+1 for deprecating py2 in 0.7

All 7 comments

Some specific items to think about:

  • when shall we start adding API that only supports py3? (I'd suggest immediately)
  • when shall we remove support for py2 altogether? (I'd suggest in at least two more releases)

Let's announce the deprecation of Py2 with 0.7 release and remove the support with the 0.8 release.

+1 for deprecating py2 in 0.7

Looks like the consensus is to announce deprecation of python2 support in 0.7.

I disabled the Python 2 jobs on our CI for pull-requests and the master branch.

@szha could you update the repository rules ("expected checks") on the Github side?

updated. the python2 checks are no longer required.

Was this page helpful?
0 / 5 - 0 ratings