summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-08-16 12:46:39 +0100
committerSimon McVittie <smcv@collabora.com>2023-08-16 12:53:12 +0100
commitd8c0e6ae3223085379f18164f9e102f7c3eea58a (patch)
tree592ed1fada8e1554ecf14032361906e3c21dbb7b /tools
parent367a67db0253a31a71d61f60dc9498aa6509ed5a (diff)
CI: Use Ubuntu 22.04 'jammy' to test Python 3.10
python3.10 was removed from Debian bookworm before it was released as Debian 12. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci-install.sh b/tools/ci-install.sh
index 59f9894..03ec19b 100755
--- a/tools/ci-install.sh
+++ b/tools/ci-install.sh
@@ -134,7 +134,7 @@ case "$ci_distro" in
# Needed for distcheck
case "$ci_suite" in
- (buster|focal|bullseye)
+ (buster|focal|bullseye|jammy)
"${dbus_ci_system_python-python3}" -m pip install --user \
pyproject_metadata \
tomli \