]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537)
authorChristian Heimes <christian@python.org>
Fri, 23 Apr 2021 12:19:21 +0000 (14:19 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Apr 2021 12:19:21 +0000 (14:19 +0200)
Signed-off-by: Christian Heimes <christian@python.org>
.github/workflows/build.yml
Tools/ssl/multissltests.py

index 333c508ef53a79989fee3a1b2090a6edb2c6f5f8..c8fe8269e860e1b658c72a0161fdc6f45a7a0d2f 100644 (file)
@@ -177,7 +177,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        openssl_ver: [1.1.1k, 3.0.0-alpha14]
+        openssl_ver: [1.1.1k, 3.0.0-alpha15]
     env:
       OPENSSL_VER: ${{ matrix.openssl_ver }}
       MULTISSL_DIR: ${{ github.workspace }}/multissl
index 90213b3dff5e187670021f089d99cf418fd05915..dc47c5ce12cfa10ed2ae9dbd73f4c755f7202c1b 100755 (executable)
@@ -47,7 +47,7 @@ OPENSSL_OLD_VERSIONS = [
 
 OPENSSL_RECENT_VERSIONS = [
     "1.1.1k",
-    "3.0.0-alpha14"
+    "3.0.0-alpha15"
 ]
 
 LIBRESSL_OLD_VERSIONS = [