Where can I find python version support ? #8690
-
I am stuck with python 3.5.2 (company policy). I would like to use pytest, but when installing via pip, I get the following error:
I would like to know where I can find the information telling me which version of pytest I should install along with python 3.5.2. I have not been able to find it on the official website (I hva to admit that I have not been reading all the changelogs...). Is there a web page giving this information ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Did you try upgrading your pip? With a new enough pip, it should automatically install the latest available version. FWIW, support for 3.5 was dropped in pytest 6.2.0: https://docs.pytest.org/en/6.2.x/changelog.html#pytest-6-2-0-2020-12-12 Since Python 3.5 has been end-of-life in September 2020 (including all security support!), consider advocating to changing that company policy, though... |
Beta Was this translation helpful? Give feedback.
Did you try upgrading your pip? With a new enough pip, it should automatically install the latest available version. FWIW, support for 3.5 was dropped in pytest 6.2.0: https://docs.pytest.org/en/6.2.x/changelog.html#pytest-6-2-0-2020-12-12
Since Python 3.5 has been end-of-life in September 2020 (including all security support!), consider advocating to changing that company policy, though...