Skip to content

Commit a43342b

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

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.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:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[build-system]
1+
[build-system]
22
requires = ["flit_core >=3.11,<4"]
33
build-backend = "flit_core.buildapi"
44

@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
"Programming Language :: Python :: Implementation :: CPython",
2526
"Programming Language :: Python :: Implementation :: PyPy",
2627
"Topic :: Software Development :: Libraries :: Python Modules",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ envlist = py311-sphinx7
1616
[testenv]
1717
usedevelop = true
1818

19-
[testenv:py{39,310,311,312,313}-sphinx{5,6,7,8}]
19+
[testenv:py{39,310,311,312,313,314}-sphinx{5,6,7,8}]
2020
extras = testing
2121
deps =
2222
sphinx5: sphinx>=5,<6

0 commit comments

Comments
 (0)