Drop support for python3.7 and python3.8 and migrate to pyproject.toml
- Feb 28, 2024
-
-
Pablo Correa Gomez authored
According to https://wheel.readthedocs.io/en/stable/user_guide.html#building-wheels universal = 1 is opt-in
-
Pablo Correa Gomez authored
Even Debian oldstable is on python3.9 now, so should be safe, and should also help the typing process that has now started
-
Pablo Correa Gomez authored
In the process, drop the list of required python packages. This is only needed for pip, as pmbootstrap checks by itself. This way we avoid duplicating the minimum required version. We also don't install the helpers anymore, as modern tooling does not support installing things outside the python package dir
-