Skip to content

Commit 0bb99ad

Browse files
fix #62: require a minimal hatch version with correct metadata
1 parent 16793ea commit 0bb99ad

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
2.0.0
1+
2.1.0
2+
=====
3+
4+
* fix artifact building - pin minimal version of hatch
5+
6+
7+
2.0.0
28
======
39

410
* add support for Python 3.7-3.11

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatch-vcs",
5-
"hatchling",
5+
"hatchling>=1.26.0",
66
]
77

88
[project]

0 commit comments

Comments
 (0)