Specify Python version requirements in pyproject.toml

This commit is contained in:
Sean Whalen
2025-12-17 16:18:24 -05:00
committed by GitHub
parent 748164d177
commit af9ad568ec

View File

@@ -2,6 +2,7 @@
requires = [
"hatchling>=1.27.0",
]
requires_python = ">=3.9,<3.14"
build-backend = "hatchling.build"
[project]