summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2023-01-27 16:13:26 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2023-01-27 16:14:43 +0100
commit36dc79774142ebfc353b53a7fc20d98ef4e454a5 (patch)
tree33c52a16d96cc87638e417e13824e5e8ca460f02 /.gitlab-ci.yml
parentc57bd80c07a4f846c4ebcc55dcd10f629319c0be (diff)
downloadpygobject-36dc79774142ebfc353b53a7fc20d98ef4e454a5.tar.gz
CI: Add Python 3.11 and update other Python installs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml19
1 files changed, 12 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5148c018..634a5f4c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/pygobject/main:v18
+image: registry.gitlab.gnome.org/gnome/pygobject/main:v19
stages:
- build_and_test
@@ -35,7 +35,7 @@ coverage:
paths:
- coverage/
variables:
- PYENV_VERSION: "3.7.13-debug"
+ PYENV_VERSION: "3.8.16-debug"
script:
- bash -x ./.gitlab-ci/coverage-docker.sh
coverage: '/^\s+lines\.+:\s+([\d.]+\%)\s+/'
@@ -65,28 +65,33 @@ mingw64:
python3.7:
variables:
- PYENV_VERSION: "3.7.13-debug"
+ PYENV_VERSION: "3.7.16-debug"
<<: *defaults
python3.8:
variables:
- PYENV_VERSION: "3.8.13-debug"
+ PYENV_VERSION: "3.8.16-debug"
<<: *defaults
python3.9:
variables:
- PYENV_VERSION: "3.9.12-debug"
+ PYENV_VERSION: "3.9.16-debug"
<<: *defaults
python3.10:
variables:
- PYENV_VERSION: "3.10.4-debug"
+ PYENV_VERSION: "3.10.9-debug"
+ <<: *defaults
+
+python3.11:
+ variables:
+ PYENV_VERSION: "3.11.1-debug"
<<: *defaults
pypy3.8:
allow_failure: true
variables:
- PYENV_VERSION: "pypy3.8-7.3.8"
+ PYENV_VERSION: "pypy3.8-7.3.11"
<<: *defaults
old-i386-py3: