commit: eba21c9e3e51487aa6054effee880e449267eb2d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 06:40:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 06:40:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba21c9e
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 <AT> gentoo.org>
dev-util/diffoscope/diffoscope-243.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/diffoscope/diffoscope-243.ebuild
b/dev-util/diffoscope/diffoscope-243.ebuild
index d201f2eeaae5..8863851fae4f 100644
--- a/dev-util/diffoscope/diffoscope-243.ebuild
+++ b/dev-util/diffoscope/diffoscope-243.ebuild
@@ -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