From 47c682101fe3097533e0b8d679537a3134ecec99 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Fri, 17 Nov 2023 07:42:49 -0500 Subject: Fix building wheels in CI. (#16653) pip was using a vendored setuptools that was incompatible with Python 3.12. Upgrading cibuildwheels to a version with a newer version of pip (and thus a newer version of setuptools) fixes the issue. --- changelog.d/16653.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/16653.misc (limited to 'changelog.d') diff --git a/changelog.d/16653.misc b/changelog.d/16653.misc new file mode 100644 index 0000000000..9ee7b27226 --- /dev/null +++ b/changelog.d/16653.misc @@ -0,0 +1 @@ +Fix building of wheels in CI. -- cgit 1.5.1