Skip to content

Commit 48b0280

Browse files
authored
Add Python 3.14 to CI (#551)
1 parent 19834c0 commit 48b0280

3 files changed

Lines changed: 94 additions & 60 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
os: [Ubuntu, MacOS, Windows]
48-
python-version: ["3.10", "3.11", "3.12", "3.13"]
48+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4949

5050
env:
5151
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)