diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-07-04 16:34:41 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-07-04 16:34:41 +0100 |
commit | 1294d10c704a891392caf8c358fa8e00b1492874 (patch) | |
tree | e33d8049d75f8374bd9557906cfeddc588fdf03d /CHANGES.md | |
parent | Move warning up to the top (diff) | |
download | synapse-1294d10c704a891392caf8c358fa8e00b1492874.tar.xz |
Add notes about Python 3.7 EOL v1.87.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 4c8ecbb352..860e89ed99 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ Please note that this will be the last release of Synapse that is compatible with Python 3.7 and earlier. +This is due to Python 3.7 now having reached End of Life; see our [deprecation policy](https://matrix-org.github.io/synapse/v1.87/deprecation_policy.html) +for more details. ### Bugfixes |