-
Notifications
You must be signed in to change notification settings - Fork 74
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
[SCSB-145] require Python 3.10 #2757
Conversation
Sorry for the extra changes! I used this ticket to test making batch PRs |
This comment was marked as resolved.
This comment was marked as resolved.
prune unnecessary changes update tests with Python version apply suggestions from review from pllim change more references to Python 3.9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry this took a while. I rebased and cleaned it up. I think this is good to merge.
Merging would need admin override because branch protection rules have changed. After merge, admin needs to update branch protection rule for the OSX job. |
CI failure is unrelated (#2811). |
cc @larrybradley and @camipacifici since they asked about dropping Python 3.9 earlier. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2757 +/- ##
==========================================
- Coverage 88.88% 88.88% -0.01%
==========================================
Files 111 111
Lines 16983 16978 -5
==========================================
- Hits 15096 15091 -5
Misses 1887 1887 ☔ View full report in Codecov by Sentry. |
Thanks, @zacharyburnett ! |
resolves SCSB-145
propagate Astropy's deprecation of Python 3.9 to downstream packages
Note
this PR was generated automatically by
batchpr
🤖Close #2000
🐱