Skip to content

Commit 6ee81b9

Browse files
committed
ci: Add Python 3.14 to testing matrix
Run the testing suite with Python 3.14. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent aff170e commit 6ee81b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, macos-latest, windows-latest]
21-
python-version: ['3.10', '3.11', '3.12', '3.13']
21+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2222
task: [test]
2323
# The include map here is actually used to extend the matrix.
2424
# By passing all keys used in the matrix we append new unique combinations.

0 commit comments

Comments
 (0)