diff options
author | Gregory P. Smith <greg@krypto.org> | 2022-11-11 09:33:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 09:33:55 (GMT) |
commit | e00d730efe43e10393a37cfedb018f04624b3c5e (patch) | |
tree | 7ea77db1c2367b528abe4f879c2dcfdf5cd45423 /Tools | |
parent | 67b4d2772c5124b908f8ed9b13166a79bbeb88d2 (diff) | |
download | cpython-e00d730efe43e10393a37cfedb018f04624b3c5e.zip cpython-e00d730efe43e10393a37cfedb018f04624b3c5e.tar.gz cpython-e00d730efe43e10393a37cfedb018f04624b3c5e.tar.bz2 |
Update github CI to use OpenSSL 1.1.1s and 3.0.7. (#99364)
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/ssl/multissltests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index d64b4f6..30d6696 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -46,8 +46,8 @@ OPENSSL_OLD_VERSIONS = [ ] OPENSSL_RECENT_VERSIONS = [ - "1.1.1q", - "3.0.5" + "1.1.1s", + "3.0.7" ] LIBRESSL_OLD_VERSIONS = [ |