diff options
author | 2024-06-03 08:58:57 +0100 | |
---|---|---|
committer | 2024-06-03 08:58:57 +0100 | |
commit | 2d08d7d4b4193e387b5a2007588f6d784cf137fc (patch) | |
tree | 8abe108308ea61328e909a60f0dc228b6b25503b /dev-util | |
parent | app-crypt/seahorse: enable py3.12 (diff) | |
download | gentoo-2d08d7d4b4193e387b5a2007588f6d784cf137fc.tar.gz gentoo-2d08d7d4b4193e387b5a2007588f6d784cf137fc.tar.bz2 gentoo-2d08d7d4b4193e387b5a2007588f6d784cf137fc.zip |
dev-util/catfish: enable py3.12
Closes: https://bugs.gentoo.org/929528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/catfish/catfish-4.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |