]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) (GH-26799)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 19 Jun 2021 10:44:37 +0000 (03:44 -0700)
committerGitHub <noreply@github.com>
Sat, 19 Jun 2021 10:44:37 +0000 (03:44 -0700)
Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 44fb55149934d8fb095edb6fc3f8167208035b96)

Co-authored-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: GH:tiran
.github/workflows/build.yml
Tools/ssl/multissltests.py

index 0aa0d6daca9c55ad963cd85ba80f5f96ee579bfa..cd49b1dba0fc0639efaf041d4bcb0675fb3d6704 100644 (file)
@@ -201,7 +201,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        openssl_ver: [1.1.1k, 3.0.0-alpha17]
+        openssl_ver: [1.1.1k, 3.0.0-beta1]
     env:
       OPENSSL_VER: ${{ matrix.openssl_ver }}
       MULTISSL_DIR: ${{ github.workspace }}/multissl
index ec7c0661f7595fc7aed290742575a16b82136a65..25ce2faffacfc3d867259a30daa14926574a7656 100755 (executable)
@@ -48,7 +48,7 @@ OPENSSL_OLD_VERSIONS = [
 
 OPENSSL_RECENT_VERSIONS = [
     "1.1.1k",
-    "3.0.0-alpha17"
+    "3.0.0-beta1"
 ]
 
 LIBRESSL_OLD_VERSIONS = [