File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -878,7 +878,7 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
878878
879879if (LLVM_INCLUDE_TESTS)
880880 # All LLVM Python files should be compatible down to this minimum version.
881- set (LLVM_MINIMUM_PYTHON_VERSION 3.7 )
881+ set (LLVM_MINIMUM_PYTHON_VERSION 3.8 )
882882else ()
883883 # FIXME: it is unknown if this is the actual minimum bound
884884 set (LLVM_MINIMUM_PYTHON_VERSION 3.0)
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ uses the package and provides other details.
288288Package Version Notes
289289=========================================================== ============ ==========================================
290290`CMake <http://cmake.org/ >`__ >=3.20.0 Makefile/workspace generator
291- `python <http://www.python.org/ >`_ >=3.7 Automated test suite\ :sup: `1`
291+ `python <http://www.python.org/ >`_ >=3.8 Automated test suite\ :sup: `1`
292292`zlib <http://zlib.net >`_ >=1.2.3.4 Compression library\ :sup: `2`
293293`GNU Make <http://savannah.gnu.org/projects/make >`_ 3.79, 3.79.1 Makefile/build processor\ :sup: `3`
294294=========================================================== ============ ==========================================
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Visual Studio 2019 so separate installation is not required. If you do install
5555CMake separately, Visual Studio 2022 will require CMake Version 3.21 or later.
5656
5757If you would like to run the LLVM tests you will need `Python
58- <http://www.python.org/> `_. Version 3.7 and newer are known to work. You can
58+ <http://www.python.org/> `_. Version 3.8 and newer are known to work. You can
5959install Python with Visual Studio 2019, from the Microsoft store or from
6060the `Python web site <http://www.python.org/ >`_. We recommend the latter since it
6161allows you to adjust installation options.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Non-comprehensive list of changes in this release
4747Update on required toolchains to build LLVM
4848-------------------------------------------
4949
50- * The minimum Python version has been raised from 3.6 to 3.7 across all of LLVM.
50+ * The minimum Python version has been raised from 3.6 to 3.8 across all of LLVM.
5151 This enables the use of many new Python features, aligning more closely with
5252 modern Python best practices, and improves CI maintainability
5353 See `#78828 <https://github.com/llvm/llvm-project/pull/78828 >`_ for more info.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Requirements
2323============
2424
2525In order to use the LLVM testing infrastructure, you will need all of the
26- software required to build LLVM, as well as `Python <http://python.org >`_ 3.7 or
26+ software required to build LLVM, as well as `Python <http://python.org >`_ 3.8 or
2727later.
2828
2929LLVM Testing Infrastructure Organization
You can’t perform that action at this time.
0 commit comments