diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-05-20 15:10:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 15:10:52 (GMT) |
commit | 36843f716df7cfa67ea7cd858acb0df1fc5e980e (patch) | |
tree | a29024d60a6501de38e62b0af3a943c6355a0927 /Tools | |
parent | 4389711ce935bef3844dd24d7fe8460a5fef62e6 (diff) | |
download | cpython-36843f716df7cfa67ea7cd858acb0df1fc5e980e.zip cpython-36843f716df7cfa67ea7cd858acb0df1fc5e980e.tar.gz cpython-36843f716df7cfa67ea7cd858acb0df1fc5e980e.tar.bz2 |
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (GH-26266)
(cherry picked from commit 7109624d45bcf28fbb46a53354785dc5ff953a16)
Co-authored-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 8d1132f..ec7c066 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -48,7 +48,7 @@ OPENSSL_OLD_VERSIONS = [ OPENSSL_RECENT_VERSIONS = [ "1.1.1k", - "3.0.0-alpha16" + "3.0.0-alpha17" ] LIBRESSL_OLD_VERSIONS = [ |