mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)
This commit is contained in:
parent
9c2b9348e2
commit
873554ef84
9 changed files with 27 additions and 20 deletions
|
@ -46,8 +46,8 @@ OPENSSL_OLD_VERSIONS = [
|
|||
]
|
||||
|
||||
OPENSSL_RECENT_VERSIONS = [
|
||||
"1.1.1n",
|
||||
"3.0.2"
|
||||
"1.1.1q",
|
||||
"3.0.5"
|
||||
]
|
||||
|
||||
LIBRESSL_OLD_VERSIONS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue