Skip to content

Commit

Permalink
Update to hatch==1.9.4
Browse files Browse the repository at this point in the history
This commit will update to Hatch 1.9.4 and set a Hatchling upper bound
"in anticipation of backward incompatible changes" (pypa/hatch@3ef3169).
  • Loading branch information
br3ndonland committed Apr 8, 2024
1 parent 795e1d2 commit 6c60f7e
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 @@ -17,7 +17,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"]
env:
HATCH_ENV: "ci"
HATCH_VERSION: "1.9.1"
HATCH_VERSION: "1.9.4"
PIPX_VERSION: "1.5.0"
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"]
requires = ["hatchling<1.22"]

[project]
authors = [{email = "[email protected]", name = "Brendon Smith"}]
Expand Down

0 comments on commit 6c60f7e

Please sign in to comment.