pmb: Migrate pkgrel_bump to Command + pmb.commands: Migrate if ... else chain to match
- Sep 26, 2024
-
-
Newbyte authored
We no longer care about supporting Python versions older than 3.10, which is when match was introduced.
-
Newbyte authored
Also remove args from functions that don't actually need it to faciliate this. This does not attempt to fix any of the bugs with pkgrel_bump.
-
Newbyte authored
Otherwise we don't get type checking in these functions.
-