Skip to content
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

Drop support of old python versions #153

Closed
lopagela opened this issue Oct 22, 2022 · 1 comment
Closed

Drop support of old python versions #153

lopagela opened this issue Oct 22, 2022 · 1 comment

Comments

@lopagela
Copy link
Contributor

lopagela commented Oct 22, 2022

While browsing the code, I realized that some code is written with python2 in mind (especially the test).
python2 is not supported since January 2020 (https://www.python.org/doc/sunset-python-2/).

I'd also suggest changing the packaging of this library to drop the support of python3.5 (EOL 2020-09-13) and python3.6 (EOL 2021-12-23) (source: https://endoflife.date/python)

Some guidance can be found here: https://packaging.python.org/en/latest/guides/dropping-older-python-versions/

@louis-jaris
Copy link
Contributor

This issue can be closed, the PR was merged

@madzak madzak closed this as completed Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants