From 5b74582a726641f7755a8e3e998209c565c76905 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Sun, 23 Jun 2024 14:16:44 +0200 Subject: [PATCH] chore: remove pip beta workaround (#1892) --- cibuildwheel/resources/constraints.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cibuildwheel/resources/constraints.in b/cibuildwheel/resources/constraints.in index 4f01a4b8c..50bfabb6e 100644 --- a/cibuildwheel/resources/constraints.in +++ b/cibuildwheel/resources/constraints.in @@ -1,5 +1,4 @@ -pip>=24.1b1 ; python_version >= '3.13' -pip ; python_version < '3.13' +pip build delocate virtualenv