Skip to content

Commit a6bdbd3

Browse files
committed
Update to Hatch 1.14 and Hatchling 1.26.3
https://github.com/pypa/hatch/releases
1 parent f2b4b6f commit a6bdbd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: ["3.9", "3.10", "3.11", "3.12"]
5757
env:
5858
HATCH_ENV: "ci"
59-
HATCH_VERSION: "1.13.0"
59+
HATCH_VERSION: "1.14.0"
6060
PIPX_VERSION: "1.7.1"
6161
steps:
6262
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "hatchling.build"
3-
requires = ["hatchling>1.22,<2"]
3+
requires = ["hatchling>=1.26.3,<2"]
44

55
[project]
66
authors = [{email = "[email protected]", name = "Brendon Smith"}]

0 commit comments

Comments
 (0)