diff options
author | Erik Johnston <erik@matrix.org> | 2022-09-02 15:20:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 13:20:03 +0000 |
commit | 4fee4a339d3bb1a90487a86ccbcca50a36b0ea74 (patch) | |
tree | 45ed05cbab8df78f2400d5912e73b3bc93454141 /docs/upgrade.md | |
parent | Only run trial CI on all python versions on non-PRs (#13698) (diff) | |
download | synapse-4fee4a339d3bb1a90487a86ccbcca50a36b0ea74.tar.xz |
Update lock file for Poetry v1.2.0 (#13689)
Diffstat (limited to 'docs/upgrade.md')
-rw-r--r-- | docs/upgrade.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index 51719f8c73..422a3da664 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -89,6 +89,13 @@ process, for example: dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb ``` +# Upgrading to v1.67.0 + +## Minimum version of Poetry is now v1.2.0 + +The minimum supported version of poetry is now 1.2. This should only affect +those installing from a source checkout. + # Upgrading to v1.66.0 ## Delegation of email validation no longer supported |