[llvm] [python] Bump Python minimum version to 3.8 (PR #78828)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 18:51:16 PST 2024


================
@@ -286,15 +286,15 @@ uses the package and provides other details.
 Package                                                     Version      Notes
 =========================================================== ============ ==========================================
 `CMake <http://cmake.org/>`__                               >=3.20.0     Makefile/workspace generator
-`python <http://www.python.org/>`_                          >=3.6        Automated test suite\ :sup:`1`
+`python <http://www.python.org/>`_                          >=3.8        Automated test suite\ :sup:`1`
 `zlib <http://zlib.net>`_                                   >=1.2.3.4    Compression library\ :sup:`2`
 `GNU Make <http://savannah.gnu.org/projects/make>`_         3.79, 3.79.1 Makefile/build processor\ :sup:`3`
 =========================================================== ============ ==========================================
 
 .. note::
 
    #. Only needed if you want to run the automated test suite in the
-      ``llvm/test`` directory.
+      ``llvm/test`` directory or the libclang Python binding unit tests.
----------------
boomanaiden154 wrote:

I would change up the wording here. There are many other facilities within LLVM that also need Python. I'd specifically mention the test suite and then wrap everything else into a generic term.

https://github.com/llvm/llvm-project/pull/78828


More information about the llvm-commits mailing list