Skip to content

Commit 50b8b63

Browse files
committed
Adjust Python version
1 parent 999c3e9 commit 50b8b63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ['3.9']
14+
# Version on Debian bookworm
15+
python-version: ['3.9.2']
1516

1617
uses: './.github/workflows/tests-reusable.yml'
1718
with:

0 commit comments

Comments
 (0)