10000 bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266) · python/cpython@7109624 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7109624

Browse files
authored
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266)
1 parent 1270ad6 commit 7109624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
strategy:
180180
fail-fast: false
181181
matrix:
182-
openssl_ver: [1.1.1k, 3.0.0-alpha16]
182+
openssl_ver: [1.1.1k, 3.0.0-alpha17]
183183
env:
184184
OPENSSL_VER: ${{ matrix.openssl_ver }}
185185
MULTISSL_DIR: ${{ github.workspace }}/multissl

Tools/ssl/multissltests.py

Lines changed: 1 addition & 1 deletion
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)
0