diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-01 08:57:21 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-01 09:41:59 +0200 |
commit | 05cabd3fd6809b21c9377a6e2e16d26d30295466 (patch) | |
tree | 6c80cd58957442483eae933aa297c04944321317 /sys-libs/talloc | |
parent | dev-python/django-mptt: add github upstream metadata (diff) | |
download | gentoo-05cabd3fd6809b21c9377a6e2e16d26d30295466.tar.gz gentoo-05cabd3fd6809b21c9377a6e2e16d26d30295466.tar.bz2 gentoo-05cabd3fd6809b21c9377a6e2e16d26d30295466.zip |
sys-libs/talloc: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/talloc')
-rw-r--r-- | sys-libs/talloc/talloc-2.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/talloc/talloc-2.3.3.ebuild b/sys-libs/talloc/talloc-2.3.3.ebuild index 2b8eb265c04f..10e40e65a723 100644 --- a/sys-libs/talloc/talloc-2.3.3.ebuild +++ b/sys-libs/talloc/talloc-2.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils python-single-r1 multilib-minimal |