diff options
author | Ned Deily <nad@python.org> | 2023-09-28 05:31:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 05:31:17 (GMT) |
commit | 1fd6a73bd8cc7f496a09966a9fe68c27d8180a40 (patch) | |
tree | cfff46a7847a57b7e010baf4898ae0650c263fe7 /Tools | |
parent | 38526a29ed1f45fdc4a4b2f373f63376c4069f1a (diff) | |
download | cpython-1fd6a73bd8cc7f496a09966a9fe68c27d8180a40.zip cpython-1fd6a73bd8cc7f496a09966a9fe68c27d8180a40.tar.gz cpython-1fd6a73bd8cc7f496a09966a9fe68c27d8180a40.tar.bz2 |
[3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use 1.1.1w, 3.0.11, and 3.1.3. (#110006)
(cherry picked from commit c88037d137a98d7c399c7bd74d5117b5bcae1543)
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/ssl/multissltests.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index 96500b0..7b9983f 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -47,9 +47,9 @@ OPENSSL_OLD_VERSIONS = [ ] OPENSSL_RECENT_VERSIONS = [ - "1.1.1v", - "3.0.10", - "3.1.2", + "1.1.1w", + "3.0.11", + "3.1.3", ] LIBRESSL_OLD_VERSIONS = [ |