-
Notifications
You must be signed in to change notification settings - Fork 189
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
Dependencies: drop support for Python 3.7 #5307
Dependencies: drop support for Python 3.7 #5307
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #5307 +/- ##
===========================================
+ Coverage 81.51% 81.90% +0.39%
===========================================
Files 530 530
Lines 37105 38009 +904
===========================================
+ Hits 30242 31127 +885
- Misses 6863 6882 +19
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@sphuber Was it already investigated why the |
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.
Changes look fine to me however the tests are failing.
I was looking into it, and it doesn't seem to have anything to do with this PR because #5303 is failing for the same reasons. I have no idea yet why this should be failing now. |
It looks like |
|
|
6db3628
to
732b3e5
Compare
Following AEP 003, which follows NEP 029, support for Python 3.7 is dropped as of December 26 2021.
732b3e5
to
47db0be
Compare
Fixes #5306
Following AEP 003, which follows NEP 029, support for Python 3.7 is
dropped as of December 26 2021.