Skip to content

Commit e0c4593

Browse files
authored
Add Python versions 3.13 and 3.14 to workflow
1 parent b591908 commit e0c4593

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
42+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
4343

4444
steps:
4545
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)