From e6580b3d76542692bae9cb0ffa9e52153459ed2b Mon Sep 17 00:00:00 2001 From: Konstantin Chernyshev Date: Fri, 1 Sep 2023 22:46:07 +0200 Subject: [PATCH] chore: fix wheel version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9cb79f..8876f2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "ruff ==0.0.285", "types-requests >=2.20.0,<3.0.0", "types-PyYAML >=6.0.0,<7.0.0", - "wheel >=0.42.0", + "wheel >=0.40.0", ] [tool.setuptools.dynamic]