File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11changelog :
22 exclude :
33 authors :
4- - dependabot
5- - pre-commit-ci
4+ - dependabot[bot]
5+ - pre-commit-ci[bot]
Original file line number Diff line number Diff line change 2020 - id : tox-ini-fmt
2121 args : ["-p", "fix"]
2222 - repo : https://github.com/tox-dev/pyproject-fmt
23- rev : " v2.8 .0"
23+ rev : " v2.10 .0"
2424 hooks :
2525 - id : pyproject-fmt
2626 - repo : https://github.com/astral-sh/ruff-pre-commit
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ classifiers = [
3434 " Programming Language :: Python :: 3.11" ,
3535 " Programming Language :: Python :: 3.12" ,
3636 " Programming Language :: Python :: 3.13" ,
37+ " Programming Language :: Python :: 3.14" ,
3738 " Topic :: Documentation :: Sphinx" ,
3839]
3940dynamic = [
@@ -111,7 +112,7 @@ write-changes = true
111112count = true
112113
113114[tool .pyproject-fmt ]
114- max_supported_python = " 3.13 "
115+ max_supported_python = " 3.14 "
115116
116117[tool .pytest .ini_options ]
117118testpaths = [
You can’t perform that action at this time.
0 commit comments