From a7b6252ee9d4ec4e2c47437f9bb952f8bc5bdead Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 13 Apr 2024 10:21:59 -0500 Subject: [PATCH] dev-python/rtslib-fb: enable py3.12 Closes: https://bugs.gentoo.org/929507 Signed-off-by: Matthew Thode --- 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 75d5a13393cc8..b604890007945 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