summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-11-01 09:05:20 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2021-11-01 09:42:00 +0200
commitcc183203562fa1835cbc23db0ca9d6e265f143bc (patch)
treec1d83c2c9780e04b2f4e162ef5c8ce3b238173cc /sys-libs/tevent/tevent-0.11.0.ebuild
parentsys-libs/talloc: enable py3.10 (diff)
downloadgentoo-cc183203562fa1835cbc23db0ca9d6e265f143bc.tar.gz
gentoo-cc183203562fa1835cbc23db0ca9d6e265f143bc.tar.bz2
gentoo-cc183203562fa1835cbc23db0ca9d6e265f143bc.zip
sys-libs/tevent: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/tevent/tevent-0.11.0.ebuild')
-rw-r--r--sys-libs/tevent/tevent-0.11.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/tevent/tevent-0.11.0.ebuild b/sys-libs/tevent/tevent-0.11.0.ebuild
index 4539b95bc280..9f025158047e 100644
--- a/sys-libs/tevent/tevent-0.11.0.ebuild
+++ b/sys-libs/tevent/tevent-0.11.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="threads(+)"
inherit waf-utils multilib-minimal python-single-r1