diff options
author | Shay <hillerys@element.io> | 2022-01-03 11:17:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 11:17:16 -0800 |
commit | 13c974ed358c28940588f447b363063c76063fc2 (patch) | |
tree | cbd0b0e9d7bdc4a90a2e75f962d8e527bdef106f /scripts-dev | |
parent | Convert all namedtuples to attrs. (#11665) (diff) | |
download | synapse-13c974ed358c28940588f447b363063c76063fc2.tar.xz |
Drop Bionic from Debian builds (#11633)
* update Trove classifiers to remove py36 * stop building bionic * update dh-virtualenv * newsfragment * fix newsfragment * update version refs * another try at correct tag * Update changelog
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 3a9a2d257c..4d34e90703 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -24,7 +24,6 @@ DISTS = ( "debian:bullseye", "debian:bookworm", "debian:sid", - "ubuntu:bionic", # 18.04 LTS (our EOL forced by Py36 on 2021-12-23) "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) |