Skip to content

Commit e7f9d7d

Browse files
pyproject: advertise Python 3.14 support
Signed-off-by: Bastian Krause <bst@pengutronix.de>
1 parent 606f780 commit e7f9d7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
3131
"Programming Language :: Python :: 3.13",
32+
"Programming Language :: Python :: 3.14",
3233
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
3334
]
3435
dependencies = [
@@ -188,7 +189,7 @@ signature-mutators = ["labgrid.step.step"]
188189
[tool.tox]
189190
legacy_tox_ini = """
190191
[tox]
191-
envlist = py39, py310, py311, py312, py313
192+
envlist = py39, py310, py311, py312, py313, py314
192193
isolated_build = true
193194
194195
[testenv]

0 commit comments

Comments
 (0)