11[build-system ]
22build-backend = " hatchling.build"
33requires = [
4- " hatch-vcs>=0.4 " ,
5- " hatchling>=1.25 " ,
4+ " hatch-vcs>=0.5 " ,
5+ " hatchling>=1.27 " ,
66]
77
88[project ]
@@ -17,16 +17,14 @@ license.file = "LICENSE"
1717maintainers = [
1818 { name = " Bernát Gábor" , email = " gaborjbernat@gmail.com" },
1919]
20- requires-python = " >=3.8 "
20+ requires-python = " >=3.10 "
2121classifiers = [
2222 " Development Status :: 5 - Production/Stable" ,
2323 " Intended Audience :: Developers" ,
2424 " License :: OSI Approved :: MIT License" ,
2525 " Operating System :: OS Independent" ,
2626 " Programming Language :: Python" ,
2727 " Programming Language :: Python :: 3 :: Only" ,
28- " Programming Language :: Python :: 3.8" ,
29- " Programming Language :: Python :: 3.9" ,
3028 " Programming Language :: Python :: 3.10" ,
3129 " Programming Language :: Python :: 3.11" ,
3230 " Programming Language :: Python :: 3.12" ,
@@ -38,12 +36,12 @@ dynamic = [
3836 " version" ,
3937]
4038dependencies = [
41- " pytest>=8.3 .2" ,
39+ " pytest>=8.4 .2" ,
4240]
4341optional-dependencies.test = [
4442 " covdefaults>=2.3" ,
45- " coverage>=7.6.1 " ,
46- " pytest-mock>=3.14 " ,
43+ " coverage>=7.10.7 " ,
44+ " pytest-mock>=3.15.1 " ,
4745]
4846urls.Homepage = " https://github.com/pytest-dev/pytest-print"
4947urls.Source = " https://github.com/pytest-dev/pytest-print"
@@ -54,7 +52,6 @@ entry-points.pytest11.print = "pytest_print"
5452version.source = " vcs"
5553
5654[tool .ruff ]
57- target-version = " py38"
5855line-length = 120
5956format.preview = true
6057format.docstring-code-line-length = 100
0 commit comments