Skip to content

Commit 610b160

Browse files
committed
dream: add Python 3.14 to CI test matrix
Dream dream-2026-07-23.1 finding 017.
1 parent cd3d61b commit 610b160

2 files changed

Lines changed: 77 additions & 44 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: ['3.12', '3.13']
22+
python-version: ['3.12', '3.13', '3.14']
2323

2424
steps:
2525
- name: Checkout

0 commit comments

Comments
 (0)