@@ -16,7 +16,7 @@ name = "dependency-groups"
1616version = " 1.3.1"
1717description = ' A tool for resolving PEP 735 Dependency Group data'
1818readme = " README.rst"
19- requires-python = " >=3.8 "
19+ requires-python = " >=3.9 "
2020license = " MIT"
2121license-files = [" LICENSE.txt" ]
2222keywords = []
@@ -26,7 +26,6 @@ authors = [
2626classifiers = [
2727 " Development Status :: 5 - Production/Stable" ,
2828 " Programming Language :: Python" ,
29- " Programming Language :: Python :: 3.8" ,
3029 " Programming Language :: Python :: 3.9" ,
3130 " Programming Language :: Python :: 3.10" ,
3231 " Programming Language :: Python :: 3.11" ,
@@ -112,7 +111,6 @@ env_list = [
112111 " covclean" ,
113112 " covcombine" ,
114113 " covreport" ,
115- " 3.8" ,
116114 " 3.9" ,
117115 " 3.10" ,
118116 " 3.11" ,
@@ -122,8 +120,8 @@ env_list = [
122120]
123121
124122[tool .tox .labels ]
125- ci = [" 3.8 " , " 3. 9" , " 3.10" , " 3.11" , " 3.12" , " 3.13" , " 3.14" , " covcombine" , " covreport" ]
126- ci-mypy = [" mypy-py38 " , " mypy-py313" ]
123+ ci = [" 3.9" , " 3.10" , " 3.11" , " 3.12" , " 3.13" , " 3.14" , " covcombine" , " covreport" ]
124+ ci-mypy = [" mypy-py39 " , " mypy-py313" ]
127125ci-package-check = [" twine-check" ]
128126
129127[tool .tox .env_run_base ]
@@ -145,7 +143,7 @@ description = "Combine coverage outputs"
145143skip_install = true
146144dependency_groups = [" coverage" ]
147145commands = [[" coverage" , " combine" ]]
148- depends = [" 3.8 " , " 3.9 " , " 3.10 " , " 3.11 " , " 3.12 " , " 3.13 " ]
146+ depends = [" 3.9 " , " 3.10 " , " 3.11 " , " 3.12 " , " 3.13 " , " 3.14 " ]
149147
150148[tool .tox .env .covreport ]
151149description = " Report on combined coverage outputs"
@@ -168,7 +166,7 @@ dependency_groups = ["typing"]
168166commands = [[" mypy" , " src/" , {replace = " posargs" , extend = true } ]]
169167depends = []
170168
171- [tool .tox .env .mypy-py38 ]
169+ [tool .tox .env .mypy-py39 ]
172170base = [" tool.tox.env.mypy" ]
173171
174172[tool .tox .env .mypy-py313 ]
0 commit comments