summaryrefslogtreecommitdiff
path: root/dev-python/async-timeout
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-02-16 17:16:15 +0100
committerMichał Górny <mgorny@gentoo.org>2025-02-16 19:44:15 +0100
commitab9fcdf008cc533af78ef16389979ea892327590 (patch)
tree0172ff23f3aaa0403d04692f5f84f176db8442fa /dev-python/async-timeout
parent52b6464572c7a2468496744453002b57e954eda3 (diff)
downloadgentoo-ab9fcdf008cc533af78ef16389979ea892327590.tar.gz
gentoo-ab9fcdf008cc533af78ef16389979ea892327590.tar.bz2
gentoo-ab9fcdf008cc533af78ef16389979ea892327590.zip
dev-python/async-timeout: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/async-timeout')
-rw-r--r--dev-python/async-timeout/async-timeout-5.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/async-timeout/async-timeout-5.0.1.ebuild b/dev-python/async-timeout/async-timeout-5.0.1.ebuild
index 0a7de3e73e5d..86be60948c72 100644
--- a/dev-python/async-timeout/async-timeout-5.0.1.ebuild
+++ b/dev-python/async-timeout/async-timeout-5.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-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 pypi