@@ -23,7 +23,7 @@ maintainers = [
2323authors = [
2424 {
name =
" Bernát Gábor" ,
email =
" [email protected] " },
2525]
26- requires-python = " >=3.9 "
26+ requires-python = " >=3.10 "
2727classifiers = [
2828 " Development Status :: 5 - Production/Stable" ,
2929 " Framework :: tox" ,
@@ -33,11 +33,11 @@ classifiers = [
3333 " Operating System :: Microsoft :: Windows" ,
3434 " Operating System :: POSIX" ,
3535 " Programming Language :: Python :: 3 :: Only" ,
36- " Programming Language :: Python :: 3.9" ,
3736 " Programming Language :: Python :: 3.10" ,
3837 " Programming Language :: Python :: 3.11" ,
3938 " Programming Language :: Python :: 3.12" ,
4039 " Programming Language :: Python :: 3.13" ,
40+ " Programming Language :: Python :: 3.14" ,
4141 " Topic :: Software Development :: Libraries" ,
4242 " Topic :: Software Development :: Testing" ,
4343 " Topic :: Utilities" ,
@@ -47,17 +47,17 @@ dynamic = [
4747]
4848dependencies = [
4949 " packaging>=25" ,
50- " tomli>=2.2.1 ; python_version<'3.11'" ,
50+ " tomli>=2.3 ; python_version<'3.11'" ,
5151]
5252optional-dependencies.docs = [
53- " furo>=2025.7.19 " ,
54- " sphinx-autodoc-typehints>=3.2 " ,
53+ " furo>=2025.9.25 " ,
54+ " sphinx-autodoc-typehints>=3.5.1 " ,
5555]
5656optional-dependencies.testing = [
5757 " covdefaults>=2.3" ,
5858 " pytest>=8.4.2" ,
5959 " pytest-cov>=7" ,
60- " pytest-mock>=3.15" ,
60+ " pytest-mock>=3.15.1 " ,
6161 " setuptools>=80.9" ,
6262]
6363urls.Changelog = " https://github.com/tox-dev/pyproject-api/releases"
@@ -121,9 +121,6 @@ builtin = "clear,usage,en-GB_to_en-US"
121121write-changes = true
122122count = true
123123
124- [tool .pyproject-fmt ]
125- max_supported_python = " 3.13"
126-
127124[tool .coverage ]
128125html.show_contexts = true
129126html.skip_covered = false
0 commit comments