From ab40e744f553e57f2a9d5e2ce2743d2102979869 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Thu, 16 Oct 2025 15:34:24 -0400 Subject: [PATCH] uvloop 0.22.1 This is identical to 0.22.0, re-ran with CI fixes --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8b0f322..e65b4d24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,6 @@ docs = [ [build-system] requires = [ "setuptools>=60", - "wheel", "Cython~=3.1", ] build-backend = "setuptools.build_meta"