22build-backend = " hatchling.build"
33requires = [
44 " hatch-vcs>=0.3" ,
5- " hatchling>=1.17.1 " ,
5+ " hatchling>=1.18 " ,
66]
77
88[project ]
@@ -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.1 " ,
38+ " pytest>=7.4 " ,
4039]
4140optional-dependencies.test = [
42- " coverage>=7.2.7 " ,
43- " pytest-mock>=3.10 " ,
41+ " coverage>=7.3 " ,
42+ " pytest-mock>=3.11.1 " ,
4443]
4544urls.Homepage = " https://github.com/pytest-dev/pytest-env"
4645urls.Source = " https://github.com/pytest-dev/pytest-env"
@@ -58,7 +57,7 @@ line-length = 120
5857[tool .ruff ]
5958select = [" ALL" ]
6059line-length = 120
61- target-version = " py37 "
60+ target-version = " py38 "
6261isort = {known-first-party = [" pytest_env" ], required-imports = [" from __future__ import annotations" ]}
6362ignore = [
6463 " ANN101" , # no type annotation for self
0 commit comments