dev-python/taskgroup: Add a backport note

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-11-01 17:44:29 +01:00
parent 81a481b2d4
commit 39ccc66f84

View File

@@ -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