From 8faebc0fa4af7d665803d4c49408286e2eee72cd Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 26 May 2023 23:09:52 +0300 Subject: dev-python/cachetools: enable py3.12 Signed-off-by: Arthur Zamarin --- dev-python/cachetools/cachetools-5.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/cachetools/cachetools-5.3.0.ebuild b/dev-python/cachetools/cachetools-5.3.0.ebuild index a49b23477357..5c2b0ae4d4ef 100644 --- a/dev-python/cachetools/cachetools-5.3.0.ebuild +++ b/dev-python/cachetools/cachetools-5.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi -- cgit v1.2.3