Skip to content

Commit 066ebc1

Browse files
authored
ci: Add missing Python versions (#124)
1 parent 695aa13 commit 066ebc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: ["3.9", "3.10", "3.11", "3.12"]
25+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2626
cdist-group: [1, 2, 3]
2727

2828
steps:

0 commit comments

Comments
 (0)