@@ -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,7 +120,7 @@ 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" ]
123+ ci = [" 3.9" , " 3.10" , " 3.11" , " 3.12" , " 3.13" , " 3.14" , " covcombine" , " covreport" ]
126124ci-mypy = [" mypy-py38" , " mypy-py313" ]
127125ci-package-check = [" twine-check" ]
128126
@@ -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" ]
149147
150148[tool .tox .env .covreport ]
151149description = " Report on combined coverage outputs"
@@ -156,7 +154,7 @@ commands = [["coverage", "report"]]
156154depends = [" covcombine" ]
157155
158156[tool .tox .env .lint ]
159- description = " Run linterse and formatters"
157+ description = " Run linters and formatters"
160158dependency_groups = [" lint" ]
161159commands = [[" pre-commit" , " run" , " -a" , {replace = " posargs" , extend = true }]]
162160depends = []
0 commit comments