]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28063)
authorChristian Heimes <christian@python.org>
Mon, 30 Aug 2021 13:08:12 +0000 (15:08 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Aug 2021 13:08:12 +0000 (15:08 +0200)
This was missed while upgrading CI..
(cherry picked from commit d6cb5dd9e19210f5963ff8beadde7ca2fda71574)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Tools/ssl/multissltests.py

index 1904f3bf25bee2df760a1b1de2ad7d4315260907..41d964ec3ff14fb0780f5083a970d92e646b598c 100755 (executable)
@@ -49,8 +49,8 @@ OPENSSL_OLD_VERSIONS = [
 ]
 
 OPENSSL_RECENT_VERSIONS = [
-    "1.1.1k",
-    # "3.0.0-alpha14"
+    "1.1.1l",
+    "3.0.0-beta1"
 ]
 
 LIBRESSL_OLD_VERSIONS = [