mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
Signed-off-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
e5c7ee1156
commit
44fb551499
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ OPENSSL_OLD_VERSIONS = [
|
|||
|
||||
OPENSSL_RECENT_VERSIONS = [
|
||||
"1.1.1k",
|
||||
"3.0.0-alpha17"
|
||||
"3.0.0-beta1"
|
||||
]
|
||||
|
||||
LIBRESSL_OLD_VERSIONS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue