Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b09578e

Browse files
committed
removed note about 3.9
1 parent e56863a commit b09578e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/luci/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Usage:
99
# $ build.py --commit [Engine commit hash] --builder [builder name]
1010
#
11-
# NOTE: This script requires python3.7 to execute and fails to run in python3.9.
11+
# NOTE: This script requires python3.7 or later.
1212
#
1313

1414
import argparse

0 commit comments

Comments
 (0)