commit: d59c1e43822fac3e94fc7a4ee6211525750662b7 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> AuthorDate: Mon May 13 08:48:56 2024 +0000 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> CommitDate: Mon May 13 09:00:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d59c1e43
dev-python/srt: enable py3.12 Closes: https://bugs.gentoo.org/931438 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com> 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
