[3.13] gh-123700: Update OpenSSL versions in multissltests and CI (GH-123702)

Remove EOL 1.1.1w from CI and move it to the 'old' set in multissltests,
add latest 3.3.2 to both CI and multissltests.

(cherry picked from commit d83e30cadd)

Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
Miss Islington (bot) 2024-09-04 23:31:01 +02:00 committed by GitHub
parent 9b541ac9ac
commit ad944b5e1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -43,13 +43,14 @@ import tarfile
log = logging.getLogger("multissl")
OPENSSL_OLD_VERSIONS = [
"1.1.1w",
]
OPENSSL_RECENT_VERSIONS = [
"1.1.1w",
"3.0.15",
"3.1.7",
"3.2.3",
"3.3.2",
]
LIBRESSL_OLD_VERSIONS = [