summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-06-19 09:08:41 (GMT)
committerGitHub <noreply@github.com>2021-06-19 09:08:41 (GMT)
commit44fb55149934d8fb095edb6fc3f8167208035b96 (patch)
treedb6d73121616d2250dc919b8168739cd34e2b8d9
parente5c7ee1156986c2046799ce523f0df54af51b7a3 (diff)
downloadcpython-44fb55149934d8fb095edb6fc3f8167208035b96.zip
cpython-44fb55149934d8fb095edb6fc3f8167208035b96.tar.gz
cpython-44fb55149934d8fb095edb6fc3f8167208035b96.tar.bz2
bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
Signed-off-by: Christian Heimes <christian@python.org>
-rw-r--r--.github/workflows/build.yml2
-rwxr-xr-xTools/ssl/multissltests.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 00506bd..1140c86 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -179,7 +179,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
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py
index ec7c066..25ce2fa 100755
--- a/Tools/ssl/multissltests.py
+++ b/Tools/ssl/multissltests.py
@@ -48,7 +48,7 @@ OPENSSL_OLD_VERSIONS = [
OPENSSL_RECENT_VERSIONS = [
"1.1.1k",
- "3.0.0-alpha17"
+ "3.0.0-beta1"
]
LIBRESSL_OLD_VERSIONS = [