Skip to content

Commit 6dd1bde

Browse files
committed
Test also on Python 3.13, 3.14, not on 3.9
1 parent 3e47d16 commit 6dd1bde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
python-version: ["3.9", "3.10", "3.11", "3.12"]
47+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4848

4949
steps:
5050
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)