Skip to content

Commit a7a1634

Browse files
committed
chore(ci): include python 3.14 into test suite
1 parent d741716 commit a7a1634

File tree

2 files changed

+1495
-1191
lines changed

2 files changed

+1495
-1191
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
25+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Clone Repository
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
github-token: ${{ secrets.GITHUB_TOKEN }}
6262
parallel-finished: true
63-
carryforward: "run-ubuntu-latest-3.9,run-ubuntu-latest-3.10,run-ubuntu-latest-3.11,run-ubuntu-latest-3.12,run-ubuntu-latest-3.13"
63+
carryforward: "run-ubuntu-latest-3.9,run-ubuntu-latest-3.10,run-ubuntu-latest-3.11,run-ubuntu-latest-3.12,run-ubuntu-latest-3.13,run-ubuntu-latest-3.14"
6464

6565
release-please:
6666
needs: test

0 commit comments

Comments
 (0)