From ec1e373d656b87979783e4faf7bfb3776ec5f4fb Mon Sep 17 00:00:00 2001 From: Jonathan Hartley Date: Tue, 14 Jun 2022 15:13:55 -0500 Subject: [PATCH] Comment the reversion required when dropping Py2.7 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 931362d..4a7d46d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [build-system] requires = [ + # When dropping Python2.7, revert to "hatchling>=0.22.0" "hatchling==0.22.0", ] build-backend = "hatchling.build"