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

build-script-helper.py: remove unused distutils import #1353

Merged
merged 1 commit into from
May 8, 2023

Conversation

MaxDesiatov
Copy link
Contributor

distutils was deprecated in Python 3.10 and will be removed in Python 3.12. We should not depend on it and this import looks unused anyway.

`distutils` was deprecated in Python 3.10 and will be removed in Python 3.12. We should not depend on it and this import looks unused anyway.
@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov MaxDesiatov marked this pull request as ready for review May 5, 2023 20:30
@MaxDesiatov MaxDesiatov requested a review from artemcm May 6, 2023 14:00
@MaxDesiatov MaxDesiatov merged commit 1c3cde8 into main May 8, 2023
@MaxDesiatov MaxDesiatov deleted the maxd/remove-distutils-import branch May 8, 2023 16:09
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.

2 participants