10000 bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) · jdevries3133/cpython@df719d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit df719d4

Browse files
tiranjdevries3133
authored andcommitted
bpo-38820: Test with OpenSSL 3.0.0-beta1 (pythonGH-26769)
Signed-off-by: Christian Heimes <christian@python.org>
1 parent 32fd669 commit df719d4

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-alpha17]
182+
openssl_ver: [1.1.1k, 3.0.0-beta1]
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-alpha17"
51+
"3.0.0-beta1"
5252
]
5353

5454
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)
0