From 348240bdcab6c80503255de4702a024122dd4ca7 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 15 May 2022 09:22:58 +0200 Subject: dev-python/anyio: Enable py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/anyio/anyio-3.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/anyio') diff --git a/dev-python/anyio/anyio-3.6.1.ebuild b/dev-python/anyio/anyio-3.6.1.ebuild index b03e59bcfe1e..b386087da308 100644 --- a/dev-python/anyio/anyio-3.6.1.ebuild +++ b/dev-python/anyio/anyio-3.6.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 @@ -34,7 +34,7 @@ BDEPEND=" amd64? ( $(python_gen_cond_dep ' >=dev-python/uvloop-0.15[${PYTHON_USEDEP}] - ' 'python*') + ' python3_{8..10}) ) ) " -- cgit v1.2.3-65-gdbad