Skip to content

Commit 36843f7

Browse files
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (GH-26266)
(cherry picked from commit 7109624) Co-authored-by: Christian Heimes <christian@python.org>
1 parent 4389711 commit 36843f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
strategy:
202202
fail-fast: false
203203
matrix:
204-
openssl_ver: [1.1.1k, 3.0.0-alpha16]
204+
openssl_ver: [1.1.1k, 3.0.0-alpha17]
205205
env:
206206
OPENSSL_VER: ${{ matrix.openssl_ver }}
207207
MULTISSL_DIR: ${{ github.workspace }}/multissl

Diff for: Tools/ssl/multissltests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
OPENSSL_RECENT_VERSIONS = [
5050
"1.1.1k",
51-
"3.0.0-alpha16"
51+
"3.0.0-alpha17"
5252
]
5353

5454
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)