commit: 244059eac8a00d1ce30472651d28ee66059cea3e
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 11 14:23:52 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Nov 11 14:26:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244059ea
dev-python/python-systemd: enable py3.14
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
dev-python/python-systemd/python-systemd-235.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-systemd/python-systemd-235.ebuild
b/dev-python/python-systemd/python-systemd-235.ebuild
index c002c18c56a8..566d0f0aad94 100644
--- a/dev-python/python-systemd/python-systemd-235.ebuild
+++ b/dev-python/python-systemd/python-systemd-235.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1