From d59c1e43822fac3e94fc7a4ee6211525750662b7 Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Mon, 13 May 2024 10:48:56 +0200 Subject: [PATCH] dev-python/srt: enable py3.12 Closes: https://bugs.gentoo.org/931438 Signed-off-by: Nicola Smaniotto --- dev-python/srt/srt-3.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/srt/srt-3.5.3.ebuild b/dev-python/srt/srt-3.5.3.ebuild index cb3afc56d6..319b23a663 100644 --- a/dev-python/srt/srt-3.5.3.ebuild +++ b/dev-python/srt/srt-3.5.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi