Skip to content

Commit b0cc152

Browse files
Merge pull request #33 from MapIV/ci/hatchling-version
pin hatchling to 1.26.3
2 parents 9721075 + 616151c commit b0cc152

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ urls.Tracker = "https://github.com/MapIV/pypcd4/issues"
3737
dev = ["ruff", "mypy", "setuptools-scm"]
3838

3939
[build-system]
40-
requires = ["hatchling", "hatch-vcs"]
40+
# pinned hatchling version because https://github.com/astral-sh/rye/issues/1446
41+
requires = ["hatchling==1.26.3", "hatch-vcs"]
4142
build-backend = "hatchling.build"
4243

4344
[tool.rye]

0 commit comments

Comments
 (0)