dev-util/diffoscope: disable py3.9

Was hoping to get py3.12 but I get 2 test failures and I'm not able to look
into them yet.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-24 07:40:06 +01:00
parent e82e7977db
commit eba21c9e3e

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1 pypi