-
Notifications
You must be signed in to change notification settings - Fork 10
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
Remove py3.9, use py3.12 #77
Conversation
Codecov Report
@@ Coverage Diff @@
## main #77 +/- ##
=======================================
Coverage 96.22% 96.22%
=======================================
Files 46 46
Lines 1826 1826
=======================================
Hits 1757 1757
Misses 69 69
|
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 think the dockerfile should also be updated with the new 3.12 image.
@@ -103,7 +103,7 @@ def match_codemods( | |||
def load_registered_codemods() -> CodemodRegistry: | |||
registry = CodemodRegistry() | |||
logger.debug("loading registered codemod collections") | |||
for entry_point in entry_points()["codemods"]: | |||
for entry_point in entry_points().select(group="codemods"): |
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.
❤️
Overview
PY3.12 recently came out so we will use it and stop using 3.9
Description
else:
statements is pretty small