commit: 33d5e9536ff12cae245231773c2550f1eb174d9b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Oct 27 12:20:49 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Oct 27 13:27:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33d5e953
dev-python/lru-dict: enable py3.14
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/lru-dict/lru-dict-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/lru-dict/lru-dict-1.3.0.ebuild
b/dev-python/lru-dict/lru-dict-1.3.0.ebuild
index 29b04c61ed..cb446c9442 100644
--- a/dev-python/lru-dict/lru-dict-1.3.0.ebuild
+++ b/dev-python/lru-dict/lru-dict-1.3.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
-PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi