Skip to content

Commit a891053

Browse files
authored
Merge pull request #33 from boutproject/ci-py-14
CI: use more recent python to test
2 parents 26f9e34 + aca0747 commit a891053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
python-version: ['3.9', '3.10', '3.11', '3.12']
20+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2121
os: [ubuntu-latest]
2222

2323
steps:

0 commit comments

Comments
 (0)