Skip to content

Commit 73b3197

Browse files
committed
Make build-script-helper.py use python3
By aiming to update the Node version to 22.17.0 on Swift Docker for Swift DocC Render [1], we need to specify the version 3 of python, otherwise it will try to use python 2 which it's not available in Node 22. [1] swiftlang/swift-docker#487
1 parent 772e525 commit 73b3197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-script-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
"""
44
This source file is part of the Swift.org open source project

0 commit comments

Comments
 (0)