-
Notifications
You must be signed in to change notification settings - Fork 7
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
add support python 3.12 and drop support python 3.9 #447
Conversation
81082bc
to
abb23f7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #447 +/- ##
==========================================
+ Coverage 92.04% 92.32% +0.28%
==========================================
Files 130 130
Lines 9257 9478 +221
==========================================
+ Hits 8521 8751 +230
+ Misses 736 727 -9 ☔ View full report in Codecov by Sentry. |
b2b1004
to
468cc53
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.
just found a typo, but besides that it loos good to me!
waits for:
This PR adds logprep support for python 3.12 and with this drops support for python 3.9.
Along with this I had to remove semgrep from the project as it seems with the new version they only support the cloud based version of their tool. And as I know, we have no cloud account for the semgrep cloud.
We should search for another SAST tool to check our code in the future.