-
Notifications
You must be signed in to change notification settings - Fork 109
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 for Python 3.9 and 3.10 #655
base: development
Are you sure you want to change the base?
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 66.90% 66.80% -0.10%
===============================================
Files 35 35
Lines 3058 3058
Branches 422 422
===============================================
- Hits 2046 2043 -3
- Misses 925 928 +3
Partials 87 87 ☔ View full report in Codecov by Sentry. |
@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). |
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