commit: fac333350ee94d0dc4c6de366075ce083ac66f40 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Sun Jun 2 19:02:48 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Mon Jun 3 09:59:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac33335
sys-fs/udiskie: enable py3.12 Closes: https://bugs.gentoo.org/933303 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> sys-fs/udiskie/udiskie-2.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/udiskie/udiskie-2.5.3.ebuild b/sys-fs/udiskie/udiskie-2.5.3.ebuild index 685b5edb92a8..64df129d091a 100644 --- a/sys-fs/udiskie/udiskie-2.5.3.ebuild +++ b/sys-fs/udiskie/udiskie-2.5.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi xdg-utils
