summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-docker-old.sh
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2023-03-19 10:54:09 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2023-03-19 11:23:30 +0100
commitf821dbb599c67a2fa0d349b24f23bb6b8855368f (patch)
treef5796919f6d11d3deae6fdfae645781932cfd528 /.gitlab-ci/run-docker-old.sh
parent960ef271edf9e6968d8c1d46bc8652576cd762c1 (diff)
downloadpygobject-f821dbb599c67a2fa0d349b24f23bb6b8855368f.tar.gz
Drop Python 3.7 support and update CI envs
Python 3.7 will be EOL in 3 months, so before the next release. * Update the Python versions in the CI images * Bump the docker base image from focal to jammy to test against a newer stack. This triggers new deprecation warnings which we need to disable for now. * Bump the old docker based image to from buster to bullseye, moving from Python 3.7 to 3.9.
Diffstat (limited to '.gitlab-ci/run-docker-old.sh')
-rwxr-xr-x.gitlab-ci/run-docker-old.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/run-docker-old.sh b/.gitlab-ci/run-docker-old.sh
index 32b37156..3663cfe7 100755
--- a/.gitlab-ci/run-docker-old.sh
+++ b/.gitlab-ci/run-docker-old.sh
@@ -2,7 +2,7 @@
set -e
-TAG="registry.gitlab.gnome.org/gnome/pygobject/old:v5"
+TAG="registry.gitlab.gnome.org/gnome/pygobject/old:v6"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile.old" .