We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30a0fa8 + 34793a6 commit 7190125Copy full SHA for 7190125
CHANGELOG
@@ -1,4 +1,11 @@
1
-2.0.0
+2.1.0
2
+=====
3
+
4
+* fix artifact building - pin minimal version of hatch
5
+* drop eol python 3.8
6
+* add python 3.12 and 3.13
7
8
+2.0.0
9
======
10
11
* add support for Python 3.7-3.11
pyproject.toml
@@ -2,7 +2,7 @@
build-backend = "hatchling.build"
requires = [
"hatch-vcs",
- "hatchling",
+ "hatchling>=1.26",
]
[project]
0 commit comments