Ignite: Drop support of python 3.5

Created on 14 Dec 2020  路  7Comments  路  Source: pytorch/ignite

馃殌 Feature

Python 3.5 has reached end-of-life. Python 3.5.10 is the final release of 3.5.

https://www.python.org/downloads/release/python-3510/

Let's drop python 3.5 in the CI:

If interested in helping with the issue, please comment here and send a PR according to our contributing guide.
Feel free to ask questions for details if needed.

good first issue help wanted

All 7 comments

Looks like 2020 was a hard year for the python 3.5 :D

Can I work on this issue?

@trsvchn sure ! Yes, seems like python 3.5 is no more supported by other packages and thus our CI fails too :(

I think, yes. They already exclude 3.5 for newer pytorch versions...

Thanks for the help, @vfdev-5 And this line

https://github.com/pytorch/ignite/blob/6b263220d9b1ae1ed6d13444d8085ab1878690ee/.github/workflows/unit-tests.yml#L85

will be just

if: ${{ matrix.os == 'ubuntu-latest' }}

?

Yes, you get it right :) We were skipping mypy checks for python 3.5 as it failed I do not remember why...

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

elanmart picture elanmart  路  4Comments

karfly picture karfly  路  4Comments

czotti picture czotti  路  3Comments

kilsenp picture kilsenp  路  3Comments

vfdev-5 picture vfdev-5  路  3Comments