diff options
author | Shay <hillerys@element.io> | 2022-02-10 13:59:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 13:59:42 -0800 |
commit | 1e12efa1b250f33bfcc8d07c259047ad23236fcc (patch) | |
tree | 21116ec3e4e4d89357239dc92c90573238f6260a /scripts-dev | |
parent | Support pagination tokens from /sync and /messages in the relations API. (#11... (diff) | |
download | synapse-1e12efa1b250f33bfcc8d07c259047ad23236fcc.tar.xz |
Drop support for EOL Ubuntu 21.04 (#11961)
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/build_debian_packages | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts-dev/build_debian_packages b/scripts-dev/build_debian_packages index 4d34e90703..7ff96a1ee6 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -25,7 +25,6 @@ DISTS = ( "debian:bookworm", "debian:sid", "ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14) - "ubuntu:hirsute", # 21.04 (EOL 2022-01-05) "ubuntu:impish", # 21.10 (EOL 2022-07) ) |