diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-11-17 07:42:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 07:42:49 -0500 |
commit | 47c682101fe3097533e0b8d679537a3134ecec99 (patch) | |
tree | f8ace3f833ede5f1c890c0e49284e03e39db6b72 | |
parent | Add blogpost link to changelog. (diff) | |
download | synapse-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.
-rw-r--r-- | .github/workflows/release-artifacts.yml | 2 | ||||
-rw-r--r-- | changelog.d/16653.misc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml |