Skip to content

Commit e3bfcf8

Browse files
authored
Add Python 3.14 to test matrix
PR #1364
1 parent a591f5e commit e3bfcf8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ jobs:
4343
- ubuntu-24.04-arm
4444
experimental:
4545
- false
46+
include:
47+
- python-version: 3.14
48+
os: ubuntu-24.04
49+
experimental: true
50+
- python-version: 3.14
51+
os: ubuntu-24.04-arm
52+
experimental: true
4653
fail-fast: false
4754
uses: ./.github/workflows/reusable-test.yml
4855
with:

0 commit comments

Comments
 (0)