Closed 0xc0170 closed 3 years ago
I can't access the logs from the last successful build that happened on July 8th. It was before the release of version 3.0 of cryptography
that happened on July 20th (https://github.com/pyca/cryptography/releases).
Looking at the diff with the previous version shows that they were not doing CI for pypy. That was added later in 3.x development (see .github/workflows/ci.yml
in diff). They have now in master
dropped support for Python2/pypy2 and raised the minum pypy version to 7.2 (our failed CI run seems to use 7.1).
CI uses Xenial, should we try updating to Bionic?
In progress