Skip to content
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

makeupdates: Ignore that getopt is deprecated #1295

Conversation

vojtechtrefny
Copy link
Member

getopt is "soft deprecated" starting with Python 3.13. Pylint warns about this but getopt is not going to be removed, it's just not being actively developed any more. We should switch to argopt in the future, but for now we can just ignore the warning.

getopt is "soft deprecated" starting with Python 3.13. Pylint
warns about this but getopt is not going to be removed, it's just
not being actively developed any more. We should switch to argopt
in the future, but for now we can just ignore the warning.
@vojtechtrefny vojtechtrefny merged commit 61e2154 into storaged-project:main Sep 23, 2024
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant