@@ -278,14 +278,13 @@ jobs:
278278 # unsupported as it most resembles other 1.1.1-work-a-like ssl APIs
279279 # supported by important vendors such as AWS-LC.
280280 - { name: openssl, version: 1.1.1w }
281- - { name: openssl, version: 3.0.20 }
282- - { name: openssl, version: 3.3.7 }
283- - { name: openssl, version: 3.4.5 }
284- - { name: openssl, version: 3.5.6 }
285- - { name: openssl, version: 3.6.2 }
286- - { name: openssl, version: 4.0.0 }
281+ - { name: openssl, version: 3.0.21 }
282+ - { name: openssl, version: 3.4.6 }
283+ - { name: openssl, version: 3.5.7 }
284+ - { name: openssl, version: 3.6.3 }
285+ - { name: openssl, version: 4.0.1 }
287286 # # AWS-LC
288- - { name: aws-lc, version: 1.72.1 }
287+ - { name: aws-lc, version: 5.0.0 }
289288 env :
290289 SSLLIB_VER : ${{ matrix.ssllib.version }}
291290 MULTISSL_DIR : ${{ github.workspace }}/multissl
@@ -399,7 +398,7 @@ jobs:
399398 needs : build-context
400399 if : needs.build-context.outputs.run-ubuntu == 'true'
401400 env :
402- OPENSSL_VER : 3.5.6
401+ OPENSSL_VER : 3.5.7
403402 PYTHONSTRICTEXTENSIONBUILD : 1
404403 steps :
405404 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -507,7 +506,7 @@ jobs:
507506 matrix :
508507 os : [ubuntu-24.04]
509508 env :
510- OPENSSL_VER : 3.5.6
509+ OPENSSL_VER : 3.5.7
511510 PYTHONSTRICTEXTENSIONBUILD : 1
512511 ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0
513512 steps :
@@ -602,6 +601,9 @@ jobs:
602601 run : ./configure --prefix="$BUILD_DIR/cross-python" --with-build-python="$BUILD_DIR/host-python/bin/python3"
603602 - name : Install cross Python
604603 run : make -j8 install
604+ - name : Display build info
605+ run : |
606+ "$BUILD_DIR/cross-python/bin/python3" -m test.pythoninfo
605607 - name : Run test subset with host build
606608 run : |
607609 "$BUILD_DIR/cross-python/bin/python3" -m test test_sysconfig test_site test_embed
0 commit comments