[Python-checkins] bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537)

tiran webhook-mailer at python.org
Fri Apr 23 08:19:25 EDT 2021


https://github.com/python/cpython/commit/dcf658157df11de198a98e3db2a3050dd4f6b973
commit: dcf658157df11de198a98e3db2a3050dd4f6b973
branch: master
author: Christian Heimes <christian at python.org>
committer: tiran <christian at python.org>
date: 2021-04-23T14:19:21+02:00
summary:

bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537)

Signed-off-by: Christian Heimes <christian at python.org>

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

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 333c508ef53a79..c8fe8269e860e1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -177,7 +177,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        openssl_ver: [1.1.1k, 3.0.0-alpha14]
+        openssl_ver: [1.1.1k, 3.0.0-alpha15]
     env:
       OPENSSL_VER: ${{ matrix.openssl_ver }}
       MULTISSL_DIR: ${{ github.workspace }}/multissl
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py
index 90213b3dff5e18..dc47c5ce12cfa1 100755
--- a/Tools/ssl/multissltests.py
+++ b/Tools/ssl/multissltests.py
@@ -47,7 +47,7 @@
 
 OPENSSL_RECENT_VERSIONS = [
     "1.1.1k",
-    "3.0.0-alpha14"
+    "3.0.0-alpha15"
 ]
 
 LIBRESSL_OLD_VERSIONS = [



More information about the Python-checkins mailing list