1.142.0rc2

This commit is contained in:
Andrew Morgan
2025-11-04 16:21:50 +00:00
parent 4bbde142dc
commit 5d71034f81
4 changed files with 18 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Synapse 1.142.0rc1 (2025-11-04)
# Synapse 1.142.0rc2 (2025-11-04)
## Dropped support for Python 3.9
@@ -29,6 +29,16 @@ of these wheels downstream, please reach out to us in
[#synapse-dev:matrix.org](https://matrix.to/#/#synapse-dev:matrix.org). We'd
love to hear from you!
## Internal Changes
- Manually skip building Python 3.9 wheels, to prevent errors in the release workflow. ([\#19119](https://github.com/element-hq/synapse/issues/19119))
# Synapse 1.142.0rc1 (2025-11-04)
## Features
- Add support for Python 3.14. ([\#19055](https://github.com/element-hq/synapse/issues/19055), [\#19134](https://github.com/element-hq/synapse/issues/19134))