Skip to content

Commit c74d53a

Browse files
committed
Add Python 3.14 to CI workflow matrix
1 parent 2bcc26c commit c74d53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
os: ["ubuntu-latest"]
38-
python-version: ["3.10", "3.11", "3.12", "3.13"]
38+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3939

4040
env:
4141
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)