-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
build(python)!: drop Python 3.7 support #9679
Conversation
I think we can just merge this right? Doesn't need a major/breaking version? Numpy dropped support on version 1.22. |
Shall we wait another release? 3.7 downloads proportion is still on 40%. :/ |
I really wonder where those downloads are coming from 🤔 I'd say let this sit and merge it whenever we're going for the next breaking release. Deal? |
Yeap, sounds good. Hopefully these downloads are pinned to an older version and would never be updated. |
In the end, Polars 0.18.x is still available on Python 3.7. If you want the latest features and fixes, you have to run a supported Python version. I don't see any issue with that. |
They're most likely companies like mine that offer employees software via an in-house software repository that is always way way out of date for "support" reasons. Using no-longer-supported software is the status quo. |
Ok, let's merge it then! |
Re-opened from #7949
Changes:
>=3.8
pandas-stubs
version and update some pandas type hintsNotes:
mypy
on Python 3.8 due to thebackports.zoneinfo
package having some issues.