Skip to content

Commit d82e25e

Browse files
committed
Add Python 3.14 to CI workflow matrix
1 parent d7db438 commit d82e25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: ['ubuntu-latest']
30-
python-version: ['3.13']
30+
python-version: ['3.13', '3.14']
3131

3232
env:
3333
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)