Skip to content

Commit e1cf342

Browse files
committed
Configure pyproject-fmt for 3.13 Trove classifier
1 parent b1b45b3 commit e1cf342

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ repos:
1414
rev: 2.1.3
1515
hooks:
1616
- id: pyproject-fmt
17-
additional_dependencies: [tox]
1817

1918
- repo: https://github.com/abravalheri/validate-pyproject
2019
rev: v0.18

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2829
]
2930
dynamic = [
3031
"version",
@@ -44,3 +45,6 @@ version.source = "vcs"
4445

4546
[tool.hatch.version.raw-options]
4647
local_scheme = "no-local-version"
48+
49+
[tool.pyproject-fmt]
50+
max_supported_python = "3.13"

0 commit comments

Comments
 (0)