From ae087c93d1c0c46e2d54642dbaabeb22a35217ff Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Tue, 14 Jun 2022 18:32:27 -0400 Subject: [PATCH] fix Windows --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4a7d46d..7f53978 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,6 @@ [build-system] requires = [ - # When dropping Python2.7, revert to "hatchling>=0.22.0" - "hatchling==0.22.0", + "hatchling>=0.25.1", ] build-backend = "hatchling.build"