Skip to content

Commit 0cb533d

Browse files
authored
Update hatchling version requirement in pyproject.toml (#290)
Old versions of hatchling error out on `Unknown classifier in field `project.classifiers`: Programming Language :: Python :: 3.14` because they don't know about Python 3.14.
1 parent 5aedc41 commit 0cb533d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"hatchling>=0.21.1",
3+
"hatchling>=1.26",
44
]
55
build-backend = "hatchling.build"
66

0 commit comments

Comments
 (0)