[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:
Miss Islington (bot) 2025-10-05 06:50:26 +02:00 committed by GitHub
parent bc85a34f8a
commit 8cb73119c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 17 additions and 12 deletions

View file

@ -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.
]