summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-07-19 13:48:29 +0100
committerSimon McVittie <smcv@collabora.com>2021-07-19 13:48:29 +0100
commit051022c1c51e917c43be90ed9d70296a2e4576ae (patch)
treeace7fd674838153b211cd9587b99e40bb8b742bd
parent576cab6bed6bd4fd4263a5e23c22f630a9c0812c (diff)
downloaddbus-python-051022c1c51e917c43be90ed9d70296a2e4576ae.tar.gz
CI: Test with Python 3.9 on Debian 11 'bullseye'
Debian 11 hasn't actually been released yet, but it's in full freeze and is expected to be released in less than 2 weeks. Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--.gitlab-ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03c1039..0373c7d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,20 +77,20 @@ build:python3.7-dbg:
dbus_ci_system_python: python3-dbg
script: *script
-build:python3.8:
+build:python3.9:
stage: build
- image: "debian:sid-slim"
+ image: "debian:bullseye-slim"
variables:
- ci_suite: sid
- dbus_ci_system_python: python3.8
+ ci_suite: bullseye
+ dbus_ci_system_python: python3.9
script: *script
-build:python3.8-dbg:
+build:python3.9-dbg:
stage: build
- image: "debian:sid-slim"
+ image: "debian:bullseye-slim"
variables:
- ci_suite: sid
- dbus_ci_system_python: python3.8-dbg
+ ci_suite: bullseye
+ dbus_ci_system_python: python3.9-dbg
dbus_ci_system_python_module_prefix: python3-
dbus_ci_system_python_module_suffix: -dbg
script: *script