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 =
" [email protected] " },
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,13 +36,13 @@ dynamic = [
3836 " version" ,
3937]
4038dependencies = [
41- " pytest>=8.3.3 " ,
42- " tomli>=2.0 .1; python_version<'3.11'" ,
39+ " pytest>=8.4.2 " ,
40+ " tomli>=2.2 .1; python_version<'3.11'" ,
4341]
4442optional-dependencies.testing = [
4543 " covdefaults>=2.3" ,
46- " coverage>=7.6.1 " ,
47- " pytest-mock>=3.14 " ,
44+ " coverage>=7.10.7 " ,
45+ " pytest-mock>=3.15.1 " ,
4846]
4947urls.Homepage = " https://github.com/pytest-dev/pytest-env"
5048urls.Source = " https://github.com/pytest-dev/pytest-env"
@@ -56,7 +54,6 @@ build.hooks.vcs.version-file = "src/pytest_env/version.py"
5654version.source = " vcs"
5755
5856[tool .ruff ]
59- target-version = " py38"
6057line-length = 120
6158format.preview = true
6259format.docstring-code-line-length = 100
@@ -66,7 +63,6 @@ lint.select = [
6663]
6764lint.ignore = [
6865 " ANN101" , # no type annotation for self
69- " ANN401" , # allow Any as type annotation
7066 " COM812" , # Conflict with formatter
7167 " CPY" , # No copyright statements
7268 " D203" , # `one-blank-line-before-class` (D203) and `no-blank-line-before-class` (D211) are incompatible
0 commit comments