Skip to content

Commit c1720bc

Browse files
authored
Add Python 3.14 to CI workflow matrix (#83)
1 parent 1f2c690 commit c1720bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
os: [macos-latest, ubuntu-latest, windows-latest]
46-
python-version: ["3.11", "3.12", "3.13"]
46+
python-version: ["3.11", "3.12", "3.13", "3.14"]
4747

4848
steps:
4949
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)