-
Notifications
You must be signed in to change notification settings - Fork 3
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
Tp2000 1327 upgrade python 3.12 #1246
Conversation
Increment version of Python from 3.8.x to 3.10.x where necessary. Some package dependency changes also applied - e.g. removing unnecessary backports.
…/tamato into TP2000-1327--upgrade-python-3.12
Undoing last commit
…/tamato into TP2000-1327--upgrade-python-3.12
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.
A couple of things on non-changed files:
- Do the
language_version
values in.pre-commit-config.yaml
need updating? - Can lines 50-61 in
common/util.py
be removed now?
Otherwise, LGTM!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1246 +/- ##
==========================================
- Coverage 93.20% 93.09% -0.11%
==========================================
Files 618 620 +2
Lines 46671 47433 +762
Branches 3308 5094 +1786
==========================================
+ Hits 43499 44158 +659
- Misses 2536 2630 +94
- Partials 636 645 +9 ☔ View full report in Codecov by Sentry. |
…/tamato into TP2000-1327--upgrade-python-3.12
TP2000-1327 Upgrade Python 3.12
Why
Upgrade Python to the latest version.
What
Following on from the PR to upgrade to 3.11, this PR: