summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-24 07:40:06 +0100
committerSam James <sam@gentoo.org>2023-06-24 07:40:12 +0100
commiteba21c9e3e51487aa6054effee880e449267eb2d (patch)
treeaefac83e60676b8844328dcac4d52e0ab2d32189 /dev-util/diffoscope
parentdev-python/tlsh: enable py3.12, set DISTUTILS_EXT (diff)
downloadgentoo-eba21c9e3e51487aa6054effee880e449267eb2d.tar.gz
gentoo-eba21c9e3e51487aa6054effee880e449267eb2d.tar.bz2
gentoo-eba21c9e3e51487aa6054effee880e449267eb2d.zip
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>
Diffstat (limited to 'dev-util/diffoscope')
-rw-r--r--dev-util/diffoscope/diffoscope-243.ebuild2
1 files changed, 1 insertions, 1 deletions
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