From 1c2c404ca9210437d5b97a31989b488eecef35bd Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 9 Dec 2022 14:58:03 +0100 Subject: [PATCH] Bump CentOS Stream 8 Python from 3.8 to 3.9. (#540) --- .azure-pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index e035f88f..79ca1264 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -174,7 +174,7 @@ stages: - name: ArchLinux test: archlinux/3.10 - name: CentOS Stream 8 - test: centos-stream8/3.8 + test: centos-stream8/3.9 ### Remote - stage: Remote_devel