diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-10-18 21:06:33 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2019-10-18 21:12:15 +0200 |
commit | e29b06546454a43ff4d138ce08618fa8664643fe (patch) | |
tree | 3000f2d75a8ae5648056f62dcd69465a8a0d9236 /.gitlab-ci.yml | |
parent | ea76a3728bd50b2caa6a8134d32c38b13530d60f (diff) | |
download | pygobject-e29b06546454a43ff4d138ce08618fa8664643fe.tar.gz |
CI: update interpreters
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee89057a..33d6bc59 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.gitlab.gnome.org/gnome/pygobject/main:v11 +image: registry.gitlab.gnome.org/gnome/pygobject/main:v12 stages: - build_and_test @@ -34,7 +34,7 @@ coverage: paths: - coverage/ variables: - PYENV_VERSION: "3.6.8" + PYENV_VERSION: "3.6.9" script: - bash -x ./.gitlab-ci/coverage-docker.sh @@ -77,29 +77,29 @@ python3.5: python3.6: variables: - PYENV_VERSION: "3.6.8" + PYENV_VERSION: "3.6.9" <<: *defaults python3.7: variables: - PYENV_VERSION: "3.7.3-debug" + PYENV_VERSION: "3.7.4-debug" <<: *defaults python3.8: variables: - PYENV_VERSION: "3.8-dev-debug" + PYENV_VERSION: "3.8.0-debug" <<: *defaults pypy2.7: allow_failure: true variables: - PYENV_VERSION: "pypy2.7-7.1.0" + PYENV_VERSION: "pypy2.7-7.2.0" <<: *defaults pypy3.6: allow_failure: true variables: - PYENV_VERSION: "pypy3.6-7.1.0" + PYENV_VERSION: "pypy3.6-7.2.0" <<: *defaults xenial-i386-py2: |