summaryrefslogtreecommitdiff
path: root/.gitlab-ci/Dockerfile
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2021-09-19 12:50:59 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2021-09-19 13:10:58 +0200
commita0347d8446eb937a36d02d7c905f0d56dce8ff8f (patch)
treed16e2351beda7363b52a7c43721c0f940bc711f6 /.gitlab-ci/Dockerfile
parent16024aec80975a52dd18f463b56dadabff8e6ada (diff)
downloadpygobject-a0347d8446eb937a36d02d7c905f0d56dce8ff8f.tar.gz
CI: Update all Python versions and add 3.10
Diffstat (limited to '.gitlab-ci/Dockerfile')
-rw-r--r--.gitlab-ci/Dockerfile11
1 files changed, 6 insertions, 5 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index c2f1c652..e10aaa97 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -41,10 +41,11 @@ ENV PYTHON_CONFIGURE_OPTS="--enable-shared"
RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
-RUN pyenv install pypy3.6-7.3.1
-RUN pyenv install 3.6.12
-RUN pyenv install --debug 3.7.9
-RUN pyenv install --debug 3.8.5
-RUN pyenv install --debug 3.9.0
+RUN pyenv install pypy3.7-7.3.5
+RUN pyenv install 3.6.14
+RUN pyenv install --debug 3.7.11
+RUN pyenv install --debug 3.8.12
+RUN pyenv install --debug 3.9.7
+RUN pyenv install --debug 3.10.0rc2
ENV PATH="/usr/lib/ccache:${PATH}"