cirrus.yml: replace py38-pip with py39-pip

Reported-by: Jay Satiro
Fixes #9201
Closes #9202
This commit is contained in:
Philip H 2022-07-25 22:08:24 +02:00 committed by Daniel Stenberg
parent 206550a9c2
commit bff6277679
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -42,7 +42,7 @@ freebsd_task:
pkginstall_script:
- pkg update -f
- pkg install -y autoconf automake libtool pkgconf brotli openldap24-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel py38-pip
- pkg install -y autoconf automake libtool pkgconf brotli openldap24-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel py39-pip
- pkg delete -y curl
- pip install "cryptography<3.2"
- pip install "pyOpenSSL<20.0"