commit: c56ef4e8d608ab503ebc4fb7147ba1567b6e1f4f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 27 16:33:09 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 27 16:33:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56ef4e8
dev-python/python-debian: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-debian/python-debian-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-debian/python-debian-1.0.1.ebuild
b/dev-python/python-debian/python-debian-1.0.1.ebuild
index b7ac0de01144..95a7e782e562 100644
--- a/dev-python/python-debian/python-debian-1.0.1.ebuild
+++ b/dev-python/python-debian/python-debian-1.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1