diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 26e919153..62a280d37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ endif() set(PALUDIS_VIM_INSTALL_DIR "${CMAKE_INSTALL_FULL_DATADIR}/vim/vimfiles" CACHE PATH "vim installation directory") -set(PYTHON_SUPPORTED_VERSIONS 2.7 3.5 3.6 3.7) +set(PYTHON_SUPPORTED_VERSIONS 2.7 3.5 3.6 3.7 3.8) set(PYTHON_VERSION "2.7" CACHE STRING "Python version (${PYTHON_SUPPORTED_VERSIONS}) (requires corresponding Boost.Python as well)") |