File tree 2 files changed +2
-2
lines changed
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
881
881
882
882
if (LLVM_INCLUDE_TESTS)
883
883
# 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 )
885
885
else ()
886
886
# FIXME: it is unknown if this is the actual minimum bound
887
887
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.
286
286
Package Version Notes
287
287
=========================================================== ============ ==========================================
288
288
`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`
290
290
`zlib <http://zlib.net >`_ >=1.2.3.4 Compression library\ :sup: `2`
291
291
`GNU Make <http://savannah.gnu.org/projects/make >`_ 3.79, 3.79.1 Makefile/build processor\ :sup: `3`
292
292
=========================================================== ============ ==========================================
You can’t perform that action at this time.
0 commit comments