Skip to content

Commit af16cfa

Browse files
author
Sebastian Gumprich
committed
chore: update minimum python version
1 parent 052ad71 commit af16cfa

3 files changed

Lines changed: 8 additions & 305 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
strategy:
1818
matrix:
1919
python:
20-
- "3.9"
2120
- "3.10"
2221
- "3.11"
2322
- "3.12"
2423
- "3.13"
24+
- "3.14"
2525
steps:
2626
- name: Check out code
2727
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

0 commit comments

Comments
 (0)