commit: 644872486881796c88f9717b2bd35681f72fd72e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 9 02:05:05 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 9 02:05:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64487248
dev-python/dbus-python: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dbus-python/dbus-python-1.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dbus-python/dbus-python-1.4.0.ebuild
b/dev-python/dbus-python/dbus-python-1.4.0.ebuild
index 4738820048d3..299305c86ce0 100644
--- a/dev-python/dbus-python/dbus-python-1.4.0.ebuild
+++ b/dev-python/dbus-python/dbus-python-1.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
PYTHON_REQ_USE="threads(+)"
inherit autotools python-r1