commit: e1e4a28abef2073124329c1dd0a876322bc5755e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 13 18:27:55 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 13 18:35:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e4a28a
dev-python/pyparted: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pyparted/pyparted-3.13.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyparted/pyparted-3.13.0.ebuild
b/dev-python/pyparted/pyparted-3.13.0.ebuild
index 22c7af6425f5..bb0fa19a5bf3 100644
--- a/dev-python/pyparted/pyparted-3.13.0.ebuild
+++ b/dev-python/pyparted/pyparted-3.13.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1