[Mlir-commits] [mlir] 87453a7 - [MLIR][docs] Clarify Python version support status (#174949)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jan 8 04:14:25 PST 2026


Author: Twice
Date: 2026-01-08T20:14:21+08:00
New Revision: 87453a77cf190c28fcce2186c63b02ebf9834c81

URL: https://github.com/llvm/llvm-project/commit/87453a77cf190c28fcce2186c63b02ebf9834c81
DIFF: https://github.com/llvm/llvm-project/commit/87453a77cf190c28fcce2186c63b02ebf9834c81.diff

LOG: [MLIR][docs] Clarify Python version support status (#174949)

According to this RFC
(https://discourse.llvm.org/t/rfc-adopt-regularly-scheduled-python-minimum-version-bumps/88841),
we no longer support Python versions that have reached EOL. This PR
mainly clarifies the somewhat vague wording of “a relatively recent
Python 3 installation.”

Added: 
    

Modified: 
    mlir/docs/Bindings/Python.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Bindings/Python.md b/mlir/docs/Bindings/Python.md
index 24284803125c7..161f8b6dff5c2 100644
--- a/mlir/docs/Bindings/Python.md
+++ b/mlir/docs/Bindings/Python.md
@@ -8,7 +8,7 @@
 
 ### Pre-requisites
 
-*   A relatively recent Python3 installation
+*   A [non-EOL](https://devguide.python.org/versions/) Python3 installation
 *   Installation of Python dependencies as specified in
     `mlir/python/requirements.txt`
 


        


More information about the Mlir-commits mailing list