diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-01 09:05:20 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-01 09:42:00 +0200 |
commit | cc183203562fa1835cbc23db0ca9d6e265f143bc (patch) | |
tree | c1d83c2c9780e04b2f4e162ef5c8ce3b238173cc /sys-libs | |
parent | sys-libs/talloc: enable py3.10 (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-libs/tevent/tevent-0.11.0.ebuild | 2 |
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 |