Skip to content

Commit 8e91d35

Browse files
authored
Add Python versions 3.13 and 3.14 to workflow
1 parent 3b0947e commit 8e91d35

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [windows-latest, ubuntu-latest, macos-latest]
15-
python-version: ['3.10', '3.11', '3.12']
15+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1616
defaults:
1717
run:
1818
shell: bash

0 commit comments

Comments
 (0)