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.
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 :(
@vfdev-5 we can remove these lines as well, am I right?
I think, yes. They already exclude 3.5 for newer pytorch versions...
Thanks for the help, @vfdev-5 And this line
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!