-
Notifications
You must be signed in to change notification settings - Fork 26
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 python 3.10 support #392
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #392 +/- ##
===========================================
+ Coverage 67.59% 78.17% +10.57%
===========================================
Files 115 115
Lines 5932 5145 -787
===========================================
+ Hits 4010 4022 +12
+ Misses 1922 1123 -799 ☔ View full report in Codecov by Sentry. |
The |
Sorry I should have looked more closely, there are other instances that are removable as well: Noticed this because we also didn't remove them yet for |
Now that jwst has dropped 3.10 this package can drop 3.10 (per SPEC 0).
This PR:
Tasks
docs/
pageno-changelog-entry-needed
)changes/
:echo "changed something" > changes/<PR#>.<changetype>.rst
(see below for change types)jwst
regression tests with this branch installed ("git+https://github.com/<fork>/stdatamodels@<branch>"
)news fragment change types...
changes/<PR#>.feature.rst
: new featurechanges/<PR#>.bugfix.rst
: fixes an issuechanges/<PR#>.doc.rst
: documentation changechanges/<PR#>.removal.rst
: deprecation or removal of public APIchanges/<PR#>.misc.rst
: infrastructure or miscellaneous change