Skip to content

Commit 6a03410

Browse files
committed
test workflow: add python 3.14
1 parent 2b1e6f8 commit 6a03410

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.11", "3.12", "3.13"]
18+
python-version:
19+
- 3.11
20+
- 3.12
21+
- 3.13
22+
- 3.14
1923

2024
runs-on: ubuntu-latest
2125
steps:

0 commit comments

Comments
 (0)