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

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

index a9c4f6dacd4499d594359cae60beeb1e83766c4d..6baec7bc31a5817d83ede7bc68a0583f13ceb3ae 100755 (executable)
@@ -49,8 +49,8 @@ OPENSSL_OLD_VERSIONS = [
 ]
 
 OPENSSL_RECENT_VERSIONS = [
-    "1.1.1k",
-    "3.0.0-alpha16"
+    "1.1.1l",
+    "3.0.0-beta1"
 ]
 
 LIBRESSL_OLD_VERSIONS = [