Skip to content

Commit ddf3a80

Browse files
committed
feat: update Python version matrix to include 3.14
1 parent 008caab commit ddf3a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
fail-fast: true
9797
matrix:
98-
python-version: ["3.10", "3.11", "3.12", "3.13"]
98+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
9999
uses: ./.github/workflows/test.yml
100100
with:
101101
coverage: ${{ matrix.python-version == '3.12' }}

0 commit comments

Comments
 (0)