-
Notifications
You must be signed in to change notification settings - Fork 9
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
Bump bundled Python to v3.11 #189
Conversation
(As far as I'm concerned SPEC-0 supersedes NEP-29 for packages other than NumPy.) |
Got it, will update. I'm curious, though, why is napari@main still on 3.9? |
Inertia, and also this old thread from Talley has made me at least slightly less gung-ho to rip stuff out until I see a need to do so. (e.g. 3.9 failing for some annoying reason would make me pull off the bandaid.) But anyway I think we were meant to remove 3.9 after 0.5.0 was released, maybe even 0.4.19, it just hasn't been a priority. |
So, are we ok with following SPEC-0 and bumping to 3.11 for the installer? |
Yes please! |
Well, if you want more opinions feel free to ping the relevant channels in Zulip 😅 (I'd say, plugins and bundle wg...) |
But imho it is safe to bump to use SPEC0 |
I'll bring it up in Zulip and wait for comments for a couple days. |
Let's merge this. Docs at napari/docs#501. |
# Description Document the decision of using SPEC-0 to dictate which Python version should be bundled in each installer release. See napari/packaging#189 and https://napari.zulipchat.com/#narrow/channel/309872-plugins/topic/Bundled.20Python.20will.20be.20bumped.20to.203.2E11/near/476977691.
Comes from napari/napari-plugin-manager#108 (comment)
While we are at this, I'd like to formalize our policy for the bundled Python version, because we keep discussing this and the outcome is slightly different every time. I thought we wanted to use the oldest supported Python version for each release. As of today, 3.8 is still supported for one more month, 3.9 for one more year (more details). If that's "too old", what's the policy?
This PR implements NEP29, but happy to adjust.