]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (GH-26266)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 May 2021 15:10:52 +0000 (08:10 -0700)
committerGitHub <noreply@github.com>
Thu, 20 May 2021 15:10:52 +0000 (08:10 -0700)
(cherry picked from commit 7109624d45bcf28fbb46a53354785dc5ff953a16)

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

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