Skip to content

Commit d43935d

Browse files
committed
maylinux builds updated to support 3.13
1 parent 5785ae3 commit d43935d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-manylinux-container-images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- 2014
4949
- _2_24 # PEP 600
5050
- _2_28
51+
- _2_31 # Latest manylinux
5152
include:
5253
- IMAGE:
5354
ARCH: x86_64
@@ -59,7 +60,7 @@ jobs:
5960
YEAR: 2010
6061

6162
env:
62-
LIBSSH_VERSION: 0.9.6
63+
LIBSSH_VERSION: 0.10.5 # Updated libssh version
6364
PYPA_MANYLINUX_TAG: >-
6465
manylinux${{ matrix.YEAR }}_${{ matrix.IMAGE.ARCH }}
6566
FULL_IMAGE_NAME: >-

0 commit comments

Comments
 (0)