File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -881,7 +881,7 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
881881
882882if (LLVM_INCLUDE_TESTS)
883883 # All LLVM Python files should be compatible down to this minimum version.
884- set (LLVM_MINIMUM_PYTHON_VERSION 3.7 )
884+ set (LLVM_MINIMUM_PYTHON_VERSION 3.8 )
885885else ()
886886 # FIXME: it is unknown if this is the actual minimum bound
887887 set (LLVM_MINIMUM_PYTHON_VERSION 3.0)
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ uses the package and provides other details.
286286Package Version Notes
287287=========================================================== ============ ==========================================
288288`CMake <http://cmake.org/ >`__ >=3.20.0 Makefile/workspace generator
289- `python <http://www.python.org/ >`_ >=3.7 Automated test suite\ :sup: `1`
289+ `python <http://www.python.org/ >`_ >=3.8 Automated test suite\ :sup: `1`
290290`zlib <http://zlib.net >`_ >=1.2.3.4 Compression library\ :sup: `2`
291291`GNU Make <http://savannah.gnu.org/projects/make >`_ 3.79, 3.79.1 Makefile/build processor\ :sup: `3`
292292=========================================================== ============ ==========================================
You can’t perform that action at this time.
0 commit comments