8000 [3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) by miss-islington · Pull Request #26799 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) #26799

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 44fb551)

Co-authored-by: Christian Heimes <christian@python.org>
  • Loading branch 8000 information
tiran authored and miss-islington committed Jun 19, 2021
commit 39184dca60d8bedbd01afd70e1ade43223ed1f40
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
strategy:
fail-fast: false
matrix:
openssl_ver: [1.1.1k, 3.0.0-alpha17]
openssl_ver: [1.1.1k, 3.0.0-beta1]
env:
OPENSSL_VER: ${{ matrix.openssl_ver }}
MULTISSL_DIR: ${{ github.workspace }}/multissl
Expand Down
2 changes: 1 addition & 1 deletion Tools/ssl/multissltests.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

OPENSSL_RECENT_VERSIONS = [
"1.1.1k",
"3.0.0-alpha17"
"3.0.0-beta1"
]

LIBRESSL_OLD_VERSIONS = [
Expand Down
0