Skip to content

Commit afc0b8d

Browse files
committed
CI: adding python 3.14 to the CI matrix
1 parent 6737927 commit afc0b8d

1 file changed

Lines changed: 1 addition & 1 deletion

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
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest]
22-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
22+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2323
sphinx: [""] # Newest Sphinx (any)
2424
myst-parser: [""] # Newest MyST Parser (any)
2525
include:

0 commit comments

Comments
 (0)