app-pda/libimobiledevice: disable py3.7

Signed-off-by: Matthew Smith <matthew@gentoo.org>
This commit is contained in:
Matthew Smith
2022-12-08 18:46:47 +00:00
parent c73032d50d
commit b1dd91c35f

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9,10} )
PYTHON_COMPAT=( python3_{8,9,10} )
inherit autotools python-r1