From 2d08d7d4b4193e387b5a2007588f6d784cf137fc Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 3 Jun 2024 08:58:57 +0100 Subject: dev-util/catfish: enable py3.12 Closes: https://bugs.gentoo.org/929528 Signed-off-by: Sam James --- dev-util/catfish/catfish-4.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-util') diff --git a/dev-util/catfish/catfish-4.18.0.ebuild b/dev-util/catfish/catfish-4.18.0.ebuild index afa7c0d85a72..23f56e771e7e 100644 --- a/dev-util/catfish/catfish-4.18.0.ebuild +++ b/dev-util/catfish/catfish-4.18.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 xdg-utils -- cgit v1.2.3-65-gdbad