]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-123700: Update OpenSSL versions in multissltests and CI (GH-123704)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 4 Sep 2024 21:31:28 +0000 (23:31 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 21:31:28 +0000 (16:31 -0500)
Remove EOL 1.1.1w from CI and move it to the 'old' set in multissltests,
add latest 3.3.2 to both CI and multissltests.

(cherry picked from commit d83e30caddcbf9482273743d287577517ec735b7)

Co-authored-by: Zachary Ware <zach@python.org>
.github/workflows/build.yml
Tools/ssl/multissltests.py

index 4ec619186139382932f40a51909c9e1b7f613892..b1c8672af4e623add09da0af55313106c96d0b46 100644 (file)
@@ -255,7 +255,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        openssl_ver: [1.1.1w, 3.0.15, 3.1.7, 3.2.3]
+        openssl_ver: [3.0.15, 3.1.7, 3.2.3, 3.3.2]
     env:
       OPENSSL_VER: ${{ matrix.openssl_ver }}
       MULTISSL_DIR: ${{ github.workspace }}/multissl
index 1d5a64a84883b991bedebea958df81a67907e575..2cab972a5f8e06572276bce468ff4ba11de15784 100755 (executable)
@@ -43,13 +43,14 @@ import tarfile
 log = logging.getLogger("multissl")
 
 OPENSSL_OLD_VERSIONS = [
+    "1.1.1w",
 ]
 
 OPENSSL_RECENT_VERSIONS = [
-    "1.1.1w",
     "3.0.15",
     "3.1.7",
     "3.2.3",
+    "3.3.2",
 ]
 
 LIBRESSL_OLD_VERSIONS = [