commit: 3f10e41e0b883f2cb4d3ad5645d0bb29f696ea01
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 16:57:57 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 17:22:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f10e41e
dev-python/cachetools: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cachetools/cachetools-5.5.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cachetools/cachetools-5.5.2.ebuild
b/dev-python/cachetools/cachetools-5.5.2.ebuild
index 42c2b7871ee1..b4586c26ea75 100644
--- a/dev-python/cachetools/cachetools-5.5.2.ebuild
+++ b/dev-python/cachetools/cachetools-5.5.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 pypi