mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-123700: Update OpenSSL versions in multissltests and CI (#123701)
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.
This commit is contained in:
parent
56b00f4705
commit
d83e30cadd
2 changed files with 3 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue