Skip to content

Commit 772d85c

Browse files
authored
Merge pull request #37 from franccesco/dream/2026-07-23.1/finding-017
dream: add Python 3.14 to CI test matrix
2 parents cd3d61b + 610b160 commit 772d85c

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)