diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-01 17:44:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-01 18:09:09 +0100 |
commit | 39ccc66f847ca8bdee4b906eb16a18b8f6693c64 (patch) | |
tree | a3ed7db90a9abc2961634287c024219dcf04c13b /dev-python/taskgroup | |
parent | media-gfx/fotoxx: drop 23.32, 23.50, 23.60 (diff) | |
download | gentoo-39ccc66f847ca8bdee4b906eb16a18b8f6693c64.tar.gz gentoo-39ccc66f847ca8bdee4b906eb16a18b8f6693c64.tar.bz2 gentoo-39ccc66f847ca8bdee4b906eb16a18b8f6693c64.zip |
dev-python/taskgroup: Add a backport note
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/taskgroup')
-rw-r--r-- | dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild | 1 |
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 |