Skip to content

Commit 4b86a7f

Browse files
committed
[clang-format] Update the minimum python version requirement
See https://llvm.org/docs/GettingStarted.html#software Fix #131456
1 parent 2e78abe commit 4b86a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-format/git-clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clang-format on the changes in current files or a specific commit.
1919
For further details, run:
2020
git clang-format -h
2121
22-
Requires Python 2.7 or Python 3
22+
Requires Python version >=3.8
2323
"""
2424

2525
from __future__ import absolute_import, division, print_function

0 commit comments

Comments
 (0)