Drop support for Python 3.9 and 3.10#655
Conversation
|
I will automatically update this comment whenever this PR is modified
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #655 +/- ##
===============================================
- Coverage 71.88% 66.80% -5.08%
===============================================
Files 37 35 -2
Lines 3112 3058 -54
Branches 422 422
===============================================
- Hits 2237 2043 -194
- Misses 764 928 +164
+ Partials 111 87 -24 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@weiji14 when do you think we can merge this? not a blocker just wanted to merge your branch into the PR I'm working on but my PR goes to a branch so no worries. |
|
I was gonna wait for @JessicaS11 to merge #622, and then we can merge this to have 3 Python versions supported at least (3.11, 3.12, 3.13). |
Sure, I can add a note based on the SPEC0 description. Where would you like to put it, somewhere in the contribution pages? |
Sure - documenting this type of "governance" piece isn't something I've done much of, so if there's a standard best spot devs will look for it please put it there (or create it). |
* updated v2.0.0 * MNT: Re-rendered with conda-build 25.4.2, conda-smithy 3.48.1, and conda-forge-pinning 2025.05.22.20.57.09 * Bump python_min to 3.11 Xref icesat2py/icepyx#655 * Convert recipe/meta.yaml to recipe/recipe.yaml Done using `conda-recipe-manager convert recipe/meta.yaml > recipe/recipe.yaml`. * MNT: Re-rendered with conda-build 25.4.2, conda-smithy 3.48.1, and conda-forge-pinning 2025.05.23.05.43.47 --------- Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
Set minimum required Python version to 3.11+, following SPEC 0. Dropping support prior to icepyx v2.x release.
Merge this after #622.
Supersedes #608, addresses #569