]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
authorChristian Heimes <christian@python.org>
Sat, 19 Jun 2021 09:08:41 +0000 (11:08 +0200)
committerGitHub <noreply@github.com>
Sat, 19 Jun 2021 09:08:41 +0000 (11:08 +0200)
Signed-off-by: Christian Heimes <christian@python.org>
.github/workflows/build.yml
Tools/ssl/multissltests.py

index 00506bdf1af392bce9bd0b4d125d5a7f3d0b3ea4..1140c86dfa665dc6e6f8b19a4cb0f8324eb4b935 100644 (file)
@@ -179,7 +179,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 = [