commit: f1b34414c90deea53f6f9455eb0a6d66d10df86a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 4 19:01:40 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 4 19:04:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b34414
dev-python/pyparted: Enable py3.13 Closes: https://bugs.gentoo.org/952375 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pyparted/pyparted-3.13.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyparted/pyparted-3.13.0.ebuild b/dev-python/pyparted/pyparted-3.13.0.ebuild index ce6a364b280a..22c7af6425f5 100644 --- a/dev-python/pyparted/pyparted-3.13.0.ebuild +++ b/dev-python/pyparted/pyparted-3.13.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1
