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.22.
6c60f7e
pypa/hatch@3ef3169
https://github.com/pypa/hatch/releases/tag/hatch-v1.9.4
https://github.com/pypa/hatch/releases/tag/hatchling-v1.22.0
https://hatch.pypa.io/latest/blog/
  • Loading branch information
br3ndonland committed Nov 13, 2024
1 parent f262187 commit bb62e40
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 @@ -56,7 +56,7 @@ jobs:
python-version: ["3.9", "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 = "bws@bws.bio", name = "Brendon Smith"}]
Expand Down

0 comments on commit bb62e40

Please sign in to comment.