diff options
author | Sam James <sam@gentoo.org> | 2023-06-24 07:40:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-24 07:40:12 +0100 |
commit | eba21c9e3e51487aa6054effee880e449267eb2d (patch) | |
tree | aefac83e60676b8844328dcac4d52e0ab2d32189 /dev-util/diffoscope | |
parent | dev-python/tlsh: enable py3.12, set DISTUTILS_EXT (diff) | |
download | gentoo-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.ebuild | 2 |
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 |