Skip to content

Commit ec871f0

Browse files
committed
swift_build_support: python3 is a requirement
1 parent f6411c3 commit ec871f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_build_support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ structures used by the Swift build script.
66
You may run unit tests for `swift_build_support` from the command line:
77

88
```sh
9-
$ python utils/swift_build_support/run_tests.py
9+
$ python3 utils/swift_build_support/run_tests.py
1010
```

0 commit comments

Comments
 (0)