-
Notifications
You must be signed in to change notification settings - Fork 440
Migrate to use Python 3 #378
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
@swift-ci test |
Ah, I see this one is mutually dependent with |
Thanks for tackling this 🙏 Yes, you would also need to update the files in |
@ahoppen Everything in |
That sounds like you need to invoke cross-repo PR testing by mentioning the PR you want to test in conjunction with this one. Let’s see if it works. swiftlang/swift#42086 |
Migrate Python code to Python 3 by: * update scripts' shebang * migrate syntax in Python modules * delete unnecessary imports
swiftlang/swift#42086 |
Alright. All green in both repos now. |
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.
Woohoo. This is great 🥳 Thanks for tackling this. It was long overdue
I merged the PR in |
Merged to unblock the ci |
Migrate Python code to Python 3 by: