Skip to content

Commit f42abea

Browse files
authored
Add 3.14 to the test matrix
1 parent ff14c22 commit f42abea

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
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ['3.10', '3.11', '3.12', '3.13']
23+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2424
steps:
2525
- uses: actions/checkout@v5
2626
with:

0 commit comments

Comments
 (0)