mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] gh-139573: Update OpenSSL in CI (GH-139577) (#139583)
gh-139573: Update OpenSSL in CI (GH-139577)
(cherry picked from commit 98e748b3a0)
Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
parent
bc85a34f8a
commit
8cb73119c6
5 changed files with 17 additions and 12 deletions
|
|
@ -48,11 +48,11 @@
|
|||
]
|
||||
|
||||
OPENSSL_RECENT_VERSIONS = [
|
||||
"3.0.16",
|
||||
"3.2.5",
|
||||
"3.3.4",
|
||||
"3.4.2",
|
||||
"3.5.2",
|
||||
"3.0.18",
|
||||
"3.2.6",
|
||||
"3.3.5",
|
||||
"3.4.3",
|
||||
"3.5.4",
|
||||
# See make_ssl_data.py for notes on adding a new version.
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue