commit: a7b6252ee9d4ec4e2c47437f9bb952f8bc5bdead Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 15:21:59 2024 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 15:22:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b6252e
dev-python/rtslib-fb: enable py3.12 Closes: https://bugs.gentoo.org/929507 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild b/dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild index 75d5a13393cc..b60489000794 100644 --- a/dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild +++ b/dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYPI_NO_NORMALIZE=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 systemd pypi
