Skip to content

Commit 411ae36

Browse files
committed
.github: Use python3.12 for testing
Signed-off-by: Lukáš Doktor <[email protected]>
1 parent 653fce6 commit 411ae36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.9]
15+
python-version: [3.12]
1616
fail-fast: false
1717
steps:
1818
- uses: actions/checkout@v2
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install missing aexpect dependency (remove when https://github.com/avocado-framework/aexpect/pull/81 is merged)
27-
run: pip install six
27+
run: pip install six numpy
2828
- run: pip install -r requirements.txt
2929
- run: make check
3030

0 commit comments

Comments
 (0)