commit | dcf658157df11de198a98e3db2a3050dd4f6b973 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Fri Apr 23 14:19:21 2021 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 23 14:19:21 2021 +0200 |
tree | 9ff43720572df22ed75d68bfc543364bdbe70023 | |
parent | 9d6a2d0ee7e55402656e1dec46400591b62db331 [diff] |
bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537) Signed-off-by: Christian Heimes <christian@python.org>
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index 90213b3..dc47c5c 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 = [