Skip to content

Commit a6a385b

Browse files
committed
Add 3.14 CI
1 parent f349363 commit a6a385b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
python-version: ["3.10", "3.11", "3.12", "3.13"]
12+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1313
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1414
runs-on: ${{ matrix.os }}
1515
steps:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
python-version: ["3.10", "3.11", "3.12", "3.13"]
12+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1313
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1414
name: Build for ${{ matrix.os }} on Python ${{ matrix.python-version }}
1515
steps:

0 commit comments

Comments
 (0)