commit: 6ba019af646142ce9756a3c382ec6a37c4bb1182 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 13 01:36:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 13 01:40:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba019af
dev-python/betterproto: enable py3.13 Closes: https://bugs.gentoo.org/952318 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/betterproto/betterproto-2.0.0_beta6.ebuild | 2 +- dev-python/betterproto/betterproto-2.0.0_beta7.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild index fc9686694c9c..5400769f2969 100644 --- a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild +++ b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 diff --git a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild index 0eadf4d211d9..72a4b56df33c 100644 --- a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild +++ b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild @@ -1,10 +1,10 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1
