From f191ba11065d68e24c2405728e1685e08cdd64ca Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 19 Jul 2021 15:22:30 +0100 Subject: CI: Build with Python 3.10 beta, using Ubuntu 21.10 prerelease Signed-off-by: Simon McVittie --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0373c7d..9753202 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,4 +95,13 @@ build:python3.9-dbg: dbus_ci_system_python_module_suffix: -dbg script: *script +build:python3.10: + stage: build + image: "ubuntu:impish" + variables: + ci_distro: ubuntu + ci_suite: impish + dbus_ci_system_python: python3.10 + script: *script + # vim:set sw=2 sts=2 et: -- cgit v1.2.1