-
Notifications
You must be signed in to change notification settings - Fork 348
Add support for python 3.12+ and drop support for 3.7 #1950
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
base: main
Are you sure you want to change the base?
Add support for python 3.12+ and drop support for 3.7 #1950
Conversation
c455cba
to
7edd950
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1950 +/- ##
==========================================
- Coverage 60.02% 59.93% -0.09%
==========================================
Files 163 163
Lines 20118 20051 -67
Branches 3506 3515 +9
==========================================
- Hits 12075 12018 -57
+ Misses 7223 7211 -12
- Partials 820 822 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f443e2b
to
1e3e1ec
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 @instinct-vfx, I left some comments.
Signed-off-by: Thorsten Kaufmann <[email protected]>
Signed-off-by: Thorsten Kaufmann <[email protected]>
Signed-off-by: Thorsten Kaufmann <[email protected]>
Signed-off-by: Thorsten Kaufmann <[email protected]>
Signed-off-by: Thorsten Kaufmann <[email protected]>
Signed-off-by: Thorsten Kaufmann <[email protected]>
Signed-off-by: Thorsten Kaufmann <[email protected]>
1e3e1ec
to
5bf9772
Compare
…es to importlib.metadata Signed-off-by: Stephen Mackenzie <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
Tests are now passing. We should still try to install stuff with |
Also, this PR technically drops support for Python 3.7 since we use |
Signed-off-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
Fixes #1948. Builds on #1943 as many of the issues are due to outdated vendored dependencies.