8000 [3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) (GH-26799) · python/cpython@c6cd2ec · GitHub
[go: up one dir, main page]

Skip to content

Commit c6cd2ec

Browse files
[3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) (GH-26799)
Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 44fb551) Co-authored-by: Christian Heimes <christian@python.org> Automerge-Triggered-By: GH:tiran
1 parent 3cb70ab commit c6cd2ec

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
@@ -201,7 +201,7 @@ jobs:
201201
strategy:
202202
fail-fast: false
203203
matrix:
204-
openssl_ver: [1.1.1k, 3.0.0-alpha17]
204+
openssl_ver: [1.1.1k, 3.0.0-beta1]
205205
env:
206206
OPENSSL_VER: ${{ matrix.openssl_ver }}
207207
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-alpha17"
51+
"3.0.0-beta1"
5252
]
5353

5454
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)
0