Skip to content

Commit ffe7acf

Browse files
committed
update hatchling
1 parent 2dfdd58 commit ffe7acf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/history/hatch.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## Unreleased
1010

11-
## [1.13.1](https://github.com/pypa/hatch/releases/tag/hatch-v1.13.1) - 2024-12-16 ## {: #hatch-v1.13.1 }
12-
1311
***Added:***
1412

1513
- Upgrade default CPython distributions to 20241206
14+
- Bump the minimum supported version of Hatchling to 1.26.3
1615
- Update `virtualenv` dependency
1716

1817
## [1.13.0](https://github.com/pypa/hatch/releases/tag/hatch-v1.13.0) - 2024-10-13 ## {: #hatch-v1.13.0 }

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling>=1.24.2", "hatch-vcs>=0.3.0"]
2+
requires = ["hatchling>=1.26.3", "hatch-vcs>=0.3.0"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -40,7 +40,7 @@ classifiers = [
4040
]
4141
dependencies = [
4242
"click>=8.0.6",
43-
"hatchling>=1.24.2",
43+
"hatchling>=1.26.3",
4444
"httpx>=0.22.0",
4545
"hyperlink>=21.0.0",
4646
"keyring>=23.5.0",

0 commit comments

Comments
 (0)