summary refs log tree commit diff
path: root/changelog.d/16653.misc
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-11-17 07:42:49 -0500
committerGitHub <noreply@github.com>2023-11-17 07:42:49 -0500
commit47c682101fe3097533e0b8d679537a3134ecec99 (patch)
treef8ace3f833ede5f1c890c0e49284e03e39db6b72 /changelog.d/16653.misc
parentAdd blogpost link to changelog. (diff)
downloadsynapse-47c682101fe3097533e0b8d679537a3134ecec99.tar.xz
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.
Diffstat (limited to '')
-rw-r--r--changelog.d/16653.misc1
1 files changed, 1 insertions, 0 deletions
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.