[Python-checkins] bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266)

tiran webhook-mailer at python.org
Thu May 20 10:46:42 EDT 2021


https://github.com/python/cpython/commit/7109624d45bcf28fbb46a53354785dc5ff953a16
commit: 7109624d45bcf28fbb46a53354785dc5ff953a16
branch: main
author: Christian Heimes <christian at python.org>
committer: tiran <christian at python.org>
date: 2021-05-20T16:46:38+02:00
summary:

bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266)

files:
M .github/workflows/build.yml
M Tools/ssl/multissltests.py

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e6b5d1710c1ca5..20d99a1c6ac919 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py
index 8d1132f4a95846..ec7c0661f7595f 100755
--- a/Tools/ssl/multissltests.py
+++ b/Tools/ssl/multissltests.py
@@ -48,7 +48,7 @@
 
 OPENSSL_RECENT_VERSIONS = [
     "1.1.1k",
-    "3.0.0-alpha16"
+    "3.0.0-alpha17"
 ]
 
 LIBRESSL_OLD_VERSIONS = [



More information about the Python-checkins mailing list