Skip to content

Commit df5bb3b

Browse files
committed
Update pyproject.toml: drop Python 3.8/3.9 support
1 parent a785cf1 commit df5bb3b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["pip", "vcs", "git", "development"]
66
authors = [
77
{name = "MX Stack Developers", email = "[email protected]" }
88
]
9-
requires-python = ">=3.8"
9+
requires-python = ">=3.10"
1010
license = { text = "BSD 2-Clause License" }
1111
classifiers = [
1212
"Development Status :: 5 - Production/Stable",
@@ -15,8 +15,6 @@ classifiers = [
1515
"License :: OSI Approved :: BSD License",
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python",
18-
"Programming Language :: Python :: 3.8",
19-
"Programming Language :: Python :: 3.9",
2018
"Programming Language :: Python :: 3.10",
2119
"Programming Language :: Python :: 3.11",
2220
"Programming Language :: Python :: 3.12",
@@ -173,7 +171,7 @@ directory = "htmlcov"
173171

174172
[tool.tox]
175173
requires = ["tox>=4", "tox-uv>=1"]
176-
env_list = ["lint", "py38", "py39", "py310", "py311", "py312", "py313", "py314"]
174+
env_list = ["lint", "py310", "py311", "py312", "py313", "py314"]
177175

178176
[tool.tox.env_run_base]
179177
description = "Run tests with pytest and coverage"

0 commit comments

Comments
 (0)