-
Notifications
You must be signed in to change notification settings - Fork 90
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.8 Support #2068
Drop Python 3.8 Support #2068
Conversation
Interestingly, our Changelog shows that we added 3.8 support to all APIs twice. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #2068 +/- ##
==========================================
+ Coverage 91.33% 92.04% +0.71%
==========================================
Files 66 56 -10
Lines 16274 14652 -1622
==========================================
- Hits 14864 13487 -1377
+ Misses 1410 1165 -245
Flags with carried forward coverage won't be shown. Click here to find out more. see 11 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
Weird about the duplication in CHANGELOG.md
If you have the energy to figure out what the right thing is (was it a different version of Python that was added? Second addition bogus) and fix it, that'd be great. You can do it in a separate PR if you prefer.
Looks like the RHEL system tests are failing because it's trying to build nitclk with an older version of Python. I'll need to fix that. |
We didn't do things as cleanly back then, but it seems as though support was officially added in 1.1.4 and we just forgot to add the classifier for PyPI until 1.2.0. |
[ ] I've added tests applicable for this pull requestWhat does this Pull Request accomplish?
List issues fixed by this Pull Request below, if any.
None
What testing has been done?
PR Checks