Skip to content

Commit ebe45fc

Browse files
Bastian-KrauseEmantor
authored andcommitted
pyproject: advertise Python 3.13 compatibility
Signed-off-by: Bastian Krause <[email protected]>
1 parent c00e74a commit ebe45fc

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
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
31+
"Programming Language :: Python :: 3.13",
3132
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
3233
]
3334
dependencies = [
@@ -187,7 +188,7 @@ signature-mutators = ["labgrid.step.step"]
187188
[tool.tox]
188189
legacy_tox_ini = """
189190
[tox]
190-
envlist = py39, py310, py311, py312
191+
envlist = py39, py310, py311, py312, py313
191192
isolated_build = true
192193
193194
[testenv]

0 commit comments

Comments
 (0)