@@ -15,15 +15,14 @@ keywords = [
1515]
1616license.file = " LICENSE"
1717maintainers = [{ name = " Bernát Gábor" , email = " gaborjbernat@gmail.com" }]
18- requires-python = " >=3.7 "
18+ requires-python = " >=3.8 "
1919classifiers = [
2020 " Development Status :: 5 - Production/Stable" ,
2121 " Intended Audience :: Developers" ,
2222 " License :: OSI Approved :: MIT License" ,
2323 " Operating System :: OS Independent" ,
2424 " Programming Language :: Python" ,
2525 " Programming Language :: Python :: 3 :: Only" ,
26- " Programming Language :: Python :: 3.7" ,
2726 " Programming Language :: Python :: 3.8" ,
2827 " Programming Language :: Python :: 3.9" ,
2928 " Programming Language :: Python :: 3.10" ,
@@ -36,11 +35,11 @@ dynamic = [
3635 " version" ,
3736]
3837dependencies = [
39- " pytest>=7.3.2 " ,
38+ " pytest>=7.4 " ,
4039]
4140optional-dependencies.test = [
4241 " covdefaults>=2.3" ,
43- " coverage>=7.2.7 " ,
42+ " coverage>=7.3 " ,
4443 " pytest-mock>=3.11.1" ,
4544]
4645urls.Homepage = " https://github.com/pytest-dev/pytest-print"
@@ -59,7 +58,7 @@ line-length = 120
5958[tool .ruff ]
6059select = [" ALL" ]
6160line-length = 120
62- target-version = " py37 "
61+ target-version = " py38 "
6362isort = {known-first-party = [" pytest_print" ], required-imports = [" from __future__ import annotations" ]}
6463ignore = [
6564 " ANN101" , # no typoe annotation for self
0 commit comments