diff options
author | 2019-10-22 21:03:48 +0200 | |
---|---|---|
committer | 2019-10-24 20:30:36 +0200 | |
commit | 429dfb86feac3dad3f915f46e9292bbd6f9faa07 (patch) | |
tree | 3ea93b5b35be2b1d2778ef309d33dee5c4883f0a /.gitlab-ci.yml | |
parent | 4ad89450ae45dacb5c7b0222c175f11584d694c3 (diff) | |
download | paludis-429dfb86feac3dad3f915f46e9292bbd6f9faa07.tar.gz paludis-429dfb86feac3dad3f915f46e9292bbd6f9faa07.tar.xz |
Support python 3.8
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 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 |