mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
This commit is contained in:
parent
efd6236d36
commit
2985feac4e
4 changed files with 8 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -220,7 +220,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
openssl_ver: [1.1.1l, 3.0.0]
|
||||
openssl_ver: [1.1.1l, 3.0.1]
|
||||
env:
|
||||
OPENSSL_VER: ${{ matrix.openssl_ver }}
|
||||
MULTISSL_DIR: ${{ github.workspace }}/multissl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue