diff --git a/CHANGELOG b/CHANGELOG index 5b7570a..cc3a51a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,11 @@ -2.0.0 +2.1.0 +===== + +* fix artifact building - pin minimal version of hatch +* drop eol python 3.8 +* add python 3.12 and 3.13 + +2.0.0 ====== * add support for Python 3.7-3.11 diff --git a/pyproject.toml b/pyproject.toml index 74905b9..78dcdc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ build-backend = "hatchling.build" requires = [ "hatch-vcs", - "hatchling", + "hatchling>=1.26", ] [project]