Skip to content

Commit

Permalink
Update to Hatch 1.13.0 and Hatchling 1.26
Browse files Browse the repository at this point in the history
This commit will update to Hatch 1.13.0 and relax the Hatchling upper
bound to allow minor version updates to the current version 1.26.
The Hatchling upper bound was previously restricted due to some
"backward incompatible changes" introduced in Hatchling 1.19.
0aa8c9b
pypa/hatch@3ef3169
https://hatch.pypa.io/latest/blog/
https://github.com/pypa/hatch/releases
https://github.com/pypa/hatch/releases/tag/hatchling-v1.19.0
  • Loading branch information
br3ndonland committed Nov 13, 2024
1 parent 7fff854 commit 4c8cd8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
env:
HATCH_ENV: "ci"
HATCH_VERSION: "1.12.0"
HATCH_VERSION: "1.13.0"
PIPX_VERSION: "1.7.1"
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling<1.22"]
requires = ["hatchling>1.22,<2"]

[project]
authors = [{ email = "[email protected]", name = "Your Name" }]
Expand Down

0 comments on commit 4c8cd8b

Please sign in to comment.