scripts/ci: bump CentOS Python to 3.8

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2023-01-19 14:35:26 +01:00
parent cb1513df3f
commit 11b4a4eeec
3 changed files with 15 additions and 2 deletions

View file

@ -65,7 +65,7 @@
- nmap-ncat
- numactl-devel
- pixman-devel
- python36
- python38
- python3-sphinx
- rdma-core-devel
- redhat-rpm-config

View file

@ -16,6 +16,7 @@
# that patches adding downstream specific devices are not available.
#
../configure \
--python=/usr/bin/python3.8 \
--prefix="/usr" \
--libdir="/usr/lib64" \
--datadir="/usr/share" \