summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-07-19 15:22:30 +0100
committerSimon McVittie <smcv@collabora.com>2021-07-19 15:22:30 +0100
commitf191ba11065d68e24c2405728e1685e08cdd64ca (patch)
tree59b8611c0d3182506f2a45a93127efbb18a6f4b3
parentfbcee1081a1644a84b6f53795493327008a582c8 (diff)
downloaddbus-python-f191ba11065d68e24c2405728e1685e08cdd64ca.tar.gz
CI: Build with Python 3.10 beta, using Ubuntu 21.10 prerelease
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
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: