Skip to content

Commit c15f98b

Browse files
pyproject.toml: drop Python 3.8 support
Signed-off-by: Bastian Krause <[email protected]>
1 parent b120654 commit c15f98b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ authors = [
1616
description = "embedded systems control library for development, testing and installation"
1717
readme = "README.rst"
1818
license = { file="LICENSE" }
19-
requires-python = ">=3.8"
19+
requires-python = ">=3.9"
2020
classifiers = [
2121
"Intended Audience :: Developers",
2222
"Development Status :: 5 - Production/Stable",
2323
"Operating System :: POSIX :: Linux",
2424
"Topic :: Software Development :: Testing",
2525
"Framework :: Pytest",
2626
"Programming Language :: Python :: 3 :: Only",
27-
"Programming Language :: Python :: 3.8",
2827
"Programming Language :: Python :: 3.9",
2928
"Programming Language :: Python :: 3.10",
3029
"Programming Language :: Python :: 3.11",
@@ -228,7 +227,7 @@ signature-mutators = ["labgrid.step.step"]
228227
[tool.tox]
229228
legacy_tox_ini = """
230229
[tox]
231-
envlist = py38, py39, py310, py311, py312
230+
envlist = py39, py310, py311, py312
232231
isolated_build = true
233232
234233
[testenv]

0 commit comments

Comments
 (0)