1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 09:32:37 +01:00

app-forensics/decompyle++: add python 3.13 compat

This commit is contained in:
2024-05-20 16:36:24 +02:00
parent b3b91c53d7
commit 5ae9bf689e

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..12} )
PYTHON_COMPAT=( python3_{8..13} )
inherit cmake python-single-r1