-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Python 3.6 / PostgreSQL 9.6 Deprecation Checklist / Chores #11552
Comments
In theory we could support these versions of ubuntu via deadsnakes (https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa). I'm conscious that 21.04 is still the current LTS version of ubuntu, so is probably quite popular. (It's what I use on my dev box, which is going to make things interesting...) |
Individuals are absolutely welcome to continue running Synapse on older Ubuntu releases, including via the deadsnakes PPA, but the Synapse team itself will not build third party Debian packages for those releases.
It's not :) 20.04 (Focal) is the current LTS, and we will still support it. 21.04 (Hirsute) is a normal release which hits end-of-life on January 1st: |
ohh, sorry, my mistake. More coffee needed. In fairness, I think you introduced confusion by talking about dropping support for 21.04. That's fine, and a thing to do as per our support policy, but it's completely orthogonal to dropping support for python 3.6 (and it's already covered by #11525). |
For the record:
|
Another task we should be able to do:
|
This comment suggests that |
After a brief consultation we decided adding the |
Maybe pyupgrade as well? |
Whoops, I did not notice, thanks! |
I think all these tasks are done and merged, so I will close this issue! |
tool.black.target-version
in pyproject.tomlolddeps
test run)and Ubuntu Hirsute (21.04)Consider taking advantage offrom __future__ import annotations
from PEP 563 to speed up application start?The text was updated successfully, but these errors were encountered: