-
Notifications
You must be signed in to change notification settings - Fork 27
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
⬆️ Maintenance: upgrade to python 3.9.12 #2973
⬆️ Maintenance: upgrade to python 3.9.12 #2973
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2973 +/- ##
========================================
- Coverage 79.6% 75.2% -4.5%
========================================
Files 683 683
Lines 28504 28504
Branches 3671 3671
========================================
- Hits 22709 21448 -1261
- Misses 5030 6317 +1287
+ Partials 765 739 -26
Flags with carried forward coverage won't be shown. Click here to find out more.
|
7e09498
to
23955e6
Compare
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.
Thanks for the notice!
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.
🎉 great to see how smoothly we transition this time! :-)
packages/service-library/src/servicelib/aiohttp/application_setup.py
Outdated
Show resolved
Hide resolved
23955e6
to
934d727
Compare
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.
I am truly amazed by this! 🎉
Was expecting way more changes!
d473f19
to
cbf3ad6
Compare
What do these changes do?
This upgrades the whole repository to the latest python 3.9.12 version (thus making it fully compatible with ARM/ARMv64 versions in piwheels.org)
In order to upgrade once the PR goes in:
some new features:
dict, list
full reference
Related issue/s
How to test
Checklist