]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-149254: Update CI jobs to use OpenSSL 3.5 (GH-149925)
authorZachary Ware <zach@python.org>
Sat, 16 May 2026 21:28:14 +0000 (16:28 -0500)
committerGitHub <noreply@github.com>
Sat, 16 May 2026 21:28:14 +0000 (21:28 +0000)
.github/workflows/build.yml
.github/workflows/reusable-ubuntu.yml

index 34060b2cd1d2647f0d4c808536018e87d8301219..288345965b81e9648b2792264c470c6d897a17ed 100644 (file)
@@ -423,7 +423,7 @@ jobs:
     needs: build-context
     if: needs.build-context.outputs.run-ubuntu == 'true'
     env:
-      OPENSSL_VER: 3.0.20
+      OPENSSL_VER: 3.5.6
       PYTHONSTRICTEXTENSIONBUILD: 1
     steps:
     - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -531,7 +531,7 @@ jobs:
       matrix:
         os: [ubuntu-24.04]
     env:
-      OPENSSL_VER: 3.0.20
+      OPENSSL_VER: 3.5.6
       PYTHONSTRICTEXTENSIONBUILD: 1
       ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0
     steps:
index 91f4ad4a40126b1fd4bdeaef3468a3dfe4290a59..c5d649ca79afbde035ef25767191b3627bc8c80f 100644 (file)
@@ -30,7 +30,7 @@ jobs:
     runs-on: ${{ inputs.os }}
     timeout-minutes: 60
     env:
-      OPENSSL_VER: 3.0.20
+      OPENSSL_VER: 3.5.6
       PYTHONSTRICTEXTENSIONBUILD: 1
       TERM: linux
     steps: