commit: 2d08d7d4b4193e387b5a2007588f6d784cf137fc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 3 07:58:57 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 3 07:58:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d08d7d4
dev-util/catfish: enable py3.12 Closes: https://bugs.gentoo.org/929528 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/catfish/catfish-4.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
