summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-01 17:44:29 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-01 18:09:09 +0100
commit39ccc66f847ca8bdee4b906eb16a18b8f6693c64 (patch)
treea3ed7db90a9abc2961634287c024219dcf04c13b
parentmedia-gfx/fotoxx: drop 23.32, 23.50, 23.60 (diff)
downloadgentoo-39ccc66f.tar.gz
gentoo-39ccc66f.tar.bz2
gentoo-39ccc66f.zip
dev-python/taskgroup: Add a backport note
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild b/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild
index c8dec1170407..f9a8fd958fa7 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