Skip to content

Commit e3ed93a

Browse files
committed
Add a note in the changelog about the manylinux wheels
1 parent 214ac2f commit e3ed93a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Synapse 1.133.0 (2025-07-01)
22

3+
Pre-built wheels are now built using the [manylinux_2_28](https://github.com/pypa/manylinux#manylinux_2_28-almalinux-8-based) base, which is expected to be compatible with distros using glibc 2.28 or later, including:
4+
5+
- Debian 10+
6+
- Ubuntu 18.10+
7+
- Fedora 29+
8+
- CentOS/RHEL 8+
9+
10+
Previously, wheels were built using the [manylinux2014](https://github.com/pypa/manylinux#manylinux2014-centos-7-based-glibc-217) base, which was expected to be compatible with distros using glibc 2.17 or later.
11+
312
### Bugfixes
413

514
- Bump `cibuildwheel` to 3.0.0 to fix the `manylinux` wheel builds. ([\#18615](https://github.com/element-hq/synapse/issues/18615))

0 commit comments

Comments
 (0)