Skip to content

Commit c1967ec

Browse files
authored
Add Python 3.14 to test.yml
1 parent 42af0f9 commit c1967ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: false
1919
matrix:
20-
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
20+
python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
2121
max-parallel: 1
2222

2323
steps:

0 commit comments

Comments
 (0)