@@ -6,7 +6,7 @@ keywords = ["pip", "vcs", "git", "development"]
66authors = [
77 {
name =
" MX Stack Developers" ,
email =
" [email protected] " }
88]
9- requires-python = " >=3.8 "
9+ requires-python = " >=3.10 "
1010license = { text = " BSD 2-Clause License" }
1111classifiers = [
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 ]
175173requires = [" 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 ]
179177description = " Run tests with pytest and coverage"
0 commit comments