Skip to content

Commit 8c8da84

Browse files
pyproject: advertise python3.12 compatibility
The latest crossbar release was not compatible with python3.12. Now that the crossbar dependency is gone, we can finally advertise python3.12 compatibility. Closes labgrid-project#1260 Signed-off-by: Bastian Krause <[email protected]>
1 parent 2547896 commit 8c8da84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.9",
2929
"Programming Language :: Python :: 3.10",
3030
"Programming Language :: Python :: 3.11",
31+
"Programming Language :: Python :: 3.12",
3132
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
3233
]
3334
dependencies = [
@@ -226,7 +227,7 @@ signature-mutators = ["labgrid.step.step"]
226227
[tool.tox]
227228
legacy_tox_ini = """
228229
[tox]
229-
envlist = py38, py39, py310, py311
230+
envlist = py38, py39, py310, py311, py312
230231
isolated_build = true
231232
232233
[testenv]

0 commit comments

Comments
 (0)