summaryrefslogtreecommitdiff
path: root/dev-python/async-lru
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-02-27 21:19:15 +0100
committerMichał Górny <mgorny@gentoo.org>2025-02-27 21:49:56 +0100
commita9840c3393e197a19479c8cb5c2bdd21af4e1181 (patch)
treeed16d0f613d3a5bff1fbdb754808cf4127019514 /dev-python/async-lru
parent16df98b7104f72e0d18518dae424b023e5761df5 (diff)
downloadgentoo-a9840c3393e197a19479c8cb5c2bdd21af4e1181.tar.gz
gentoo-a9840c3393e197a19479c8cb5c2bdd21af4e1181.tar.bz2
gentoo-a9840c3393e197a19479c8cb5c2bdd21af4e1181.zip
dev-python/async-lru: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/async-lru')
-rw-r--r--dev-python/async-lru/async-lru-2.0.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/async-lru/async-lru-2.0.4.ebuild b/dev-python/async-lru/async-lru-2.0.4.ebuild
index b44a193b0ae1..bdc7bbd08141 100644
--- a/dev-python/async-lru/async-lru-2.0.4.ebuild
+++ b/dev-python/async-lru/async-lru-2.0.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1