Bump supported Python version to 3.12, 3.13 and 3.14#3295
Bump supported Python version to 3.12, 3.13 and 3.14#3295pnuu wants to merge 1 commit intopytroll:mainfrom
Conversation
|
Numba support is still missing. I'll see which features require it, or if it's an indirect requirement. |
|
The only place Numba is used directly in Satpy code is the GMS-5 VISSR L1b reader. And I guess HoloViews uses it as the |
|
From numba/numba#9957 (comment) |
|
Haha that commment for numba is 2 weeks old. Anyway...if this passes before 0.60 is released, does this get included in 0.60 or is this one of the deprecations for 1.0? |
|
Dropping 3.11 only two days after dropping 3.10 (#3290). The latest released version of satpy (0.59) supports 3.10, 3.11, and 3.12. Is it a good idea to jump two minor versions of Python between one minor release of satpy? |
|
As discussed in the meeting today we'll be making a 0.60 release and a 0.61 release. So Python 3.10 will be dropped as part of 0.60 and 3.11 probably as part of 0.61? |
Drop Python 3.11 support and add Python 3.14 to CI.