diff options
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be054ee75..a0566e25c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ build:exherbo-testing: DISTRIBUTION: "exherbo" COMPILER: "gcc" VERSION: "next" - PYTHON_VERSION: "3.7" + PYTHON_VERSION: "3.8" allow_failure: true <<: *build-template 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)") |