parse: apkindex: don't require python 3.12
All threads resolved!
All threads resolved!
Compare changes
- Caleb Connolly authored
Use a different way of keying the apkindex path cache. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
+ 3
− 3
@@ -5,7 +5,6 @@ from typing import cast, overload, Any, Literal
@@ -315,8 +314,9 @@ def parse_blocks(path: Path) -> list[ApkindexBlock]: