-
Notifications
You must be signed in to change notification settings - Fork 85
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
feat: Drop Python 3.7 support #2044
Conversation
Codecov ReportBase: 98.30% // Head: 98.30% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #2044 +/- ##
=======================================
Coverage 98.30% 98.30%
=======================================
Files 69 69
Lines 4530 4530
Branches 645 645
=======================================
Hits 4453 4453
Misses 45 45
Partials 32 32
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Description
Following Discussion #2042, drop Python 3.7 support to follow NEP 29 development recommendations. As a result, drop the requirement of
typing_extensions
as that is needed for Python 3.7 only and update the lower bound on SciPy to v1.3.2 — the first release with Python 3.8 wheels.Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: