Skip to content

Commit

Permalink
pyproject: advertise python3.12 compatibility
Browse files Browse the repository at this point in the history
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 #1260

Signed-off-by: Bastian Krause <[email protected]>
  • Loading branch information
Bastian-Krause committed Aug 8, 2024
1 parent 02911ae commit 9e2e152
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
]
dependencies = [
Expand Down Expand Up @@ -226,7 +227,7 @@ signature-mutators = ["labgrid.step.step"]
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py38, py39, py310, py311
envlist = py38, py39, py310, py311, py312
isolated_build = true
[testenv]
Expand Down

0 comments on commit 9e2e152

Please sign in to comment.