-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup.py: drop python3.5 support #808
setup.py: drop python3.5 support #808
Conversation
Technically even 3.6 is unsupported but as long as there is no need to drop support i would argue its continent to still support it. |
This change should probably be noted in some changelog? |
3d2def0
to
47a78bb
Compare
47a78bb
to
20cc541
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also change docs/docs/install.rst
which mentions 3.5 as well
Hey @fliiiix, you're also very welcome to join the |
I will update this PR hopefully on the weekend. |
While you're at it, maybe also test compatibility with 3.11 and advertise that? |
Since not tests are run for 3.5 drop support with the next release. Also Python 3.5 has reached end-of-life on 5-Sep-2020. Python 3.5.10 is the final release of 3.5. https://www.python.org/downloads/release/python-3510/
20cc541
to
1d5ada2
Compare
1d5ada2
to
b5c71bf
Compare
3.11 is not release yet so i would wait for the official release |
My thinking was that we can already put it into the GH actions test matrix before the release is out, but not yet adversise support in Doesn't matter too much though, merged. |
create an extra pr for that #832 |
Since not tests are run for 3.5 drop support
with the next release.
Also Python 3.5 has reached end-of-life on 5-Sep-2020.
Python 3.5.10 is the final release of 3.5.
https://www.python.org/downloads/release/python-3510/