Skip to content

Commit 8eaa97a

Browse files
author
Sebastian Molenda
committed
update tested version - drop 3.8 as it reached end off life
1 parent 90766aa commit 8eaa97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
max-parallel: 1
2727
fail-fast: true
2828
matrix:
29-
python: [3.8.18, 3.9.18, 3.10.13, 3.11.6]
29+
python: [3.9.21, 3.10.16, 3.11.11, 3.12.9, 3.13.2]
3030
timeout-minutes: 5
3131
steps:
3232
- name: Checkout repository

0 commit comments

Comments
 (0)