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 very old Python versions #77

Open
12rambau opened this issue Dec 9, 2024 · 0 comments
Open

drop support of very old Python versions #77

12rambau opened this issue Dec 9, 2024 · 0 comments

Comments

@12rambau
Copy link
Contributor

12rambau commented Dec 9, 2024

I'm moving my CI from 3.9 to 3.11 and it becomes more and more diffcult to maintain something compatible with stuff that are as old as Python 2. According to Python official documentation 2.7has reached end-of life 5 years ago and was the last v2.
image

In my opinion none of the tools that are relying on 2.something will require a patch from you as they basically cannot update any major lib anymore (numpy, pandas, pills, matplotlib etc....) What would be the problem of making the lib embrace more modern coding pattern (like type hinting) ?

People using 2.7 will still be able to use deprecated, pip will just relsolve their latest version available to 1.2.15 which seems fair to me.

On my side mypy is crashing on deprecated starting from 3.11 (it was working fine on 3.10).

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

1 participant