]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266)
authorChristian Heimes <christian@python.org>
Thu, 20 May 2021 14:46:38 +0000 (16:46 +0200)
committerGitHub <noreply@github.com>
Thu, 20 May 2021 14:46:38 +0000 (16:46 +0200)
.github/workflows/build.yml
Tools/ssl/multissltests.py

index e6b5d1710c1ca59eda4125907daef43cdccd18a7..20d99a1c6ac919881f0b5e7e116b05595bc84838 100644 (file)
@@ -179,7 +179,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 = [