Author: Owen Pan
Date: 2025-03-16T16:42:19-07:00
New Revision: 4b86a7f3860a3cb0368e308494f65c103c02fa18

URL: 
https://github.com/llvm/llvm-project/commit/4b86a7f3860a3cb0368e308494f65c103c02fa18
DIFF: 
https://github.com/llvm/llvm-project/commit/4b86a7f3860a3cb0368e308494f65c103c02fa18.diff

LOG: [clang-format] Update the minimum python version requirement

See https://llvm.org/docs/GettingStarted.html#software

Fix #131456

Added: 
    

Modified: 
    clang/tools/clang-format/git-clang-format

Removed: 
    


################################################################################
diff  --git a/clang/tools/clang-format/git-clang-format 
b/clang/tools/clang-format/git-clang-format
index da271bbe6e3a0..85eff4761e289 100755
--- a/clang/tools/clang-format/git-clang-format
+++ b/clang/tools/clang-format/git-clang-format
@@ -19,7 +19,7 @@ clang-format on the changes in current files or a specific 
commit.
 For further details, run:
 git clang-format -h
 
-Requires Python 2.7 or Python 3
+Requires Python version >=3.8
 """
 
 from __future__ import absolute_import, division, print_function


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to