Skip to content

Commit 7c09c8f

Browse files
authored
fix 3.13 python setup related issues (#163)
1 parent 9c7b2d9 commit 7c09c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ jobs:
119119
- name: Install build toolchain and openssl headers on Linux
120120
shell: bash
121121
run: sudo apt update && sudo apt install build-essential libssl-dev
122-
if: ${{ matrix.python-version == 3.12 }}
122+
if: ${{ matrix.python-version >= 3.12 }}
123123

124124
- name: Install catchsegv and libssh headers on Linux for cythonize+coverage
125125
shell: bash
126126
run: sudo apt update && sudo apt install libssh-dev
127-
if: ${{ matrix.python-version == 3.12 }}
127+
if: ${{ matrix.python-version >= 3.12 }}
128128
# extra install step ends
129129

130130
- name: Install ansible-core (${{ matrix.ansible-version }})

0 commit comments

Comments
 (0)