Skip to content

Commit b58e4fd

Browse files
authored
feat: add python 3.14 tests
1 parent cecd31c commit b58e4fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1616

1717
steps:
1818
- name: Checkout repository
@@ -38,4 +38,4 @@ jobs:
3838
uses: codecov/codecov-action@v5
3939
with:
4040
files: ./coverage.xml
41-
fail_ci_if_error: true
41+
fail_ci_if_error: true

0 commit comments

Comments
 (0)