Skip to content

Commit 46165b1

Browse files
authored
[3.13] gh-149254: Update CI to use latest OpenSSL versions (GH-149336)
(adapted from commit 68fe899)
1 parent db8cdec commit 46165b1

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
# Keep 1.1.1w in our list despite it being upstream EOL and otherwise
292292
# unsupported as it most resembles other 1.1.1-work-a-like ssl APIs
293293
# supported by important vendors such as AWS-LC.
294-
openssl_ver: [1.1.1w, 3.0.19, 3.3.6, 3.4.4, 3.5.5, 3.6.1]
294+
openssl_ver: [1.1.1w, 3.0.20, 3.3.7, 3.4.5, 3.5.6, 3.6.2]
295295
# See Tools/ssl/make_ssl_data.py for notes on adding a new version
296296
env:
297297
OPENSSL_VER: ${{ matrix.openssl_ver }}
@@ -366,7 +366,7 @@ jobs:
366366
needs: build-context
367367
if: needs.build-context.outputs.run-ubuntu == 'true'
368368
env:
369-
OPENSSL_VER: 3.0.18
369+
OPENSSL_VER: 3.0.20
370370
PYTHONSTRICTEXTENSIONBUILD: 1
371371
steps:
372372
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -473,7 +473,7 @@ jobs:
473473
matrix:
474474
os: [ubuntu-24.04]
475475
env:
476-
OPENSSL_VER: 3.0.18
476+
OPENSSL_VER: 3.0.20
477477
PYTHONSTRICTEXTENSIONBUILD: 1
478478
ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0
479479
steps:

.github/workflows/reusable-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
os: [ubuntu-24.04, ubuntu-24.04-arm]
2727
env:
28-
OPENSSL_VER: 3.0.18
28+
OPENSSL_VER: 3.0.20
2929
PYTHONSTRICTEXTENSIONBUILD: 1
3030
TERM: linux
3131
steps:

Tools/ssl/multissltests.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
]
5050

5151
OPENSSL_RECENT_VERSIONS = [
52-
"3.0.19",
53-
"3.3.6",
54-
"3.4.4",
55-
"3.5.5",
56-
"3.6.1",
52+
"3.0.20",
53+
"3.3.7",
54+
"3.4.5",
55+
"3.5.6",
56+
"3.6.2",
5757
# See make_ssl_data.py for notes on adding a new version.
5858
]
5959

0 commit comments

Comments
 (0)