diff options
author | Christian Heimes <christian@python.org> | 2021-04-23 12:19:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 12:19:21 (GMT) |
commit | dcf658157df11de198a98e3db2a3050dd4f6b973 (patch) | |
tree | 9ff43720572df22ed75d68bfc543364bdbe70023 /Tools | |
parent | 9d6a2d0ee7e55402656e1dec46400591b62db331 (diff) | |
download | cpython-dcf658157df11de198a98e3db2a3050dd4f6b973.zip cpython-dcf658157df11de198a98e3db2a3050dd4f6b973.tar.gz cpython-dcf658157df11de198a98e3db2a3050dd4f6b973.tar.bz2 |
bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537)
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/ssl/multissltests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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_OLD_VERSIONS = [ OPENSSL_RECENT_VERSIONS = [ "1.1.1k", - "3.0.0-alpha14" + "3.0.0-alpha15" ] LIBRESSL_OLD_VERSIONS = [ |