-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix Python 3.12 compatibility by replacing deprecated distutils.util.strtobool #40759
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
Conversation
Your contributed Claroty pack has been modified on files:Packs/Claroty/pack_metadata.json |
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 fix, just update the RN
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.
Looks great!
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.
Docs look good
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
HI @yuvalbenshalom, this PR needs a force merge as the gmail test playbooks failed due to missing creds |
Description
This PR fixes Python 3.12 compatibility issues by replacing the deprecated
distutils.util.strtobool
function, which was removed in Python 3.12.