From 39ccc66f847ca8bdee4b906eb16a18b8f6693c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 1 Nov 2023 17:44:29 +0100 Subject: [PATCH] dev-python/taskgroup: Add a backport note MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild b/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild index c8dec11704073..f9a8fd958fa7c 100644 --- a/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild +++ b/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit +# py3.11: this is a backport to py3.10, please do not add more targets PYTHON_COMPAT=( pypy3 python3_10 ) inherit distutils-r1 pypi