Skip to content

Commit 4f88df5

Browse files
ImLucasBrownclaude
andcommitted
+ Add Python 3.14 to CI test matrix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a4d8fce commit 4f88df5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, windows-latest]
25-
python-version: ['3.9', '3.10', '3.11']
25+
python-version: ['3.9', '3.10', '3.11', '3.14']
2626
fail-fast: true
2727
runs-on: ${{ matrix.os }}
2828

0 commit comments

Comments
 (0)