lightningd: removing bionic and python 3.7 support

Changelog-Removed: support for python v<=3.7 & Ubuntu bionic has been
removed.

clnrest's flask & gevent libraries require Python v>=3.8.
This commit is contained in:
Shahana Farooqui
2023-07-19 15:46:50 -07:00
committed by Rusty Russell
parent e5d0d6958c
commit 2e72387700
3 changed files with 8 additions and 82 deletions

View File

@@ -150,7 +150,7 @@ for target in $TARGETS; do
echo "Fedora Image Built"
;;
Ubuntu)
for d in bionic focal jammy; do
for d in focal jammy; do
# Capitalize the first letter of distro
D=$(echo "$d" | awk '{print toupper(substr($0,1,1))substr($0,2)}')
echo "Building Ubuntu $D Image"
@@ -197,7 +197,7 @@ if [ -z "${TARGETS##* deb *}" ]; then
BLDDIR="${TMPDIR}/clightning-${VERSION}"
ARCH="$(dpkg-architecture -q DEB_BUILD_ARCH)"
for SUITE in bionic focal hirsute xenial hirsute impish; do
for SUITE in focal hirsute xenial hirsute impish; do
mkdir -p "${BLDDIR}"
echo "Building ${BARE_VERSION} in ${TMPDIR}"