blivet
blivet copied to clipboard
drop python<=3.7 support
Filter all python code over pyuprade --py38-plus
and mark in setup.py that this module is only for python>=3.8.
Can one of the admins verify this patch?
Jenkins, ok to test.
I don't see a reason for dropping the <= 3.7 support
blivet
module is used by blivet-gui
.
At the moment it is not possible to build full GUI desktop without at least python 3.10 (mesa, some parts of gnome during build and rust rpm base tooling needs python>=3.10).
IIRC fc38 uses python 3.10 or 3.11 so with current CI definition it is not possible to test this module with python<=3.9.
In other words it is nothing more than just cutting some legacy tail 😋
In other words it is nothing more than just cutting some legacy tail
Asi I said, I am not against doing this, but currently the tests are failing (static analysis is complaining about indentation) so if you want this merged, please fix the failures first.
Is it any problem with merge this PR an add indentation fixes?