Skip to content

Commit e0b7a2d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4c62e3a commit e0b7a2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29+
"Programming Language :: Python :: 3.14",
2930
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
3031
"Topic :: Software Development",
3132
"Topic :: Software Development :: Libraries :: Application Frameworks",
@@ -43,12 +44,11 @@ optional-dependencies.tests = [
4344
]
4445
urls.Homepage = "https://github.com/matthiask/feincms3-sites/"
4546

46-
[tool.hatch.version]
47-
path = "feincms3_sites/__init__.py"
47+
[tool.hatch]
48+
version.path = "feincms3_sites/__init__.py"
4849

4950
[tool.ruff]
5051
target-version = "py39"
51-
5252
fix = true
5353
show-fixes = true
5454
lint.extend-select = [

0 commit comments

Comments
 (0)