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,7 +17,7 @@ license = "MIT"
1717maintainers = [
1818 { name = " Bernat Gabor" , email = " gaborjbernat@gmail.com" },
1919] # noqa: E999
20- requires-python = " >=3.10 "
20+ requires-python = " >=3.11 "
2121classifiers = [
2222 " Development Status :: 5 - Production/Stable" ,
2323 " Environment :: Console" ,
@@ -27,10 +27,10 @@ classifiers = [
2727 " License :: OSI Approved :: MIT License" ,
2828 " Operating System :: OS Independent" ,
2929 " Programming Language :: Python :: 3 :: Only" ,
30- " Programming Language :: Python :: 3.10" ,
3130 " Programming Language :: Python :: 3.11" ,
3231 " Programming Language :: Python :: 3.12" ,
3332 " Programming Language :: Python :: 3.13" ,
33+ " Programming Language :: Python :: 3.14" ,
3434 " Programming Language :: Python :: Implementation :: CPython" ,
3535 " Topic :: Documentation" ,
3636 " Topic :: Documentation :: Sphinx" ,
@@ -39,13 +39,13 @@ dynamic = [
3939 " version" ,
4040]
4141dependencies = [
42- " sphinx>=8.0.2 " ,
42+ " sphinx>=8.2.3 " ,
4343]
4444optional-dependencies.testing = [
4545 " covdefaults>=2.3" ,
4646 " defusedxml>=0.7.1" , # needed for sphinx.testing
47- " pytest>=8.3 .2" ,
48- " pytest-cov>=5 " ,
47+ " pytest>=8.4 .2" ,
48+ " pytest-cov>=7 " ,
4949]
5050urls.Documentation = " https://github.com/tox-dev/sphinx-argparse-cli#sphinx-argparse-cli"
5151urls.Homepage = " https://github.com/tox-dev/sphinx-argparse-cli"
@@ -109,7 +109,7 @@ builtin = "clear,usage,en-GB_to_en-US"
109109count = true
110110
111111[tool .pyproject-fmt ]
112- max_supported_python = " 3.13 "
112+ max_supported_python = " 3.14 "
113113
114114[tool .coverage ]
115115html.show_contexts = true
@@ -119,7 +119,6 @@ paths.source = [
119119 " **/site-packages" ,
120120]
121121report.fail_under = 76
122- run.dynamic_context = " test_function"
123122run.parallel = true
124123run.plugins = [
125124 " covdefaults" ,
0 commit comments