Build: bump supported Python version to 3.11 on macOS
Now that the precompiled libraries have been updated.
This commit is contained in:
@@ -36,12 +36,7 @@ else()
|
||||
set(PYTHON_ROOT_DIR "")
|
||||
endif()
|
||||
|
||||
# Temporary, keep until Python 3.11 libraries are committed for macOS.
|
||||
if(APPLE)
|
||||
set(_PYTHON_VERSION_SUPPORTED 3.10)
|
||||
else()
|
||||
set(_PYTHON_VERSION_SUPPORTED 3.11)
|
||||
endif()
|
||||
set(_PYTHON_VERSION_SUPPORTED 3.11)
|
||||
|
||||
set(PYTHON_VERSION ${_PYTHON_VERSION_SUPPORTED} CACHE STRING "Python Version (major and minor only)")
|
||||
mark_as_advanced(PYTHON_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user