]> git.ipfire.org Git - thirdparty/systemd.git/commit
README: require python >= 3.7, clean up module descriptions
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 7 May 2023 09:16:21 +0000 (11:16 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 9 May 2023 06:11:10 +0000 (08:11 +0200)
commit7c0d79131b136cb8dd63f0847844be2d79f6994c
tree81c542e201391da3a896a2f4aead23b0fb4f7827
parente76ff43236b62240b04a43679c5bb5db58a407cf
README: require python >= 3.7, clean up module descriptions

libpython was added in 2cc86f094a8c316f7feb0336df3827a3264b116d, it seems
because of python-systemd module that we built. But libpython by itself
is not enough for actual python programs, and now we also list python itself,
so let's drop libpython from the list.

meson requires >= 3.7. We have CI that runs on CentOS8 with Python 3.6, but
let's not provide official support for an EOL Python version. Individual
distributions can provide backports, but we don't need to mention that in
the user-facing docs. According to [1], 3.7 is on life support and 3.6 is EOL.

[1] https://devguide.python.org/versions/
README