From bb88399b4c30d90230f08281dc24daec35af9579 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 23 Jul 2021 16:03:02 +0200 Subject: [PATCH] dev-python/vncdotool: enable py3.10 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- dev-python/vncdotool/vncdotool-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/vncdotool/vncdotool-1.0.0.ebuild b/dev-python/vncdotool/vncdotool-1.0.0.ebuild index 5a1b894b8cc87..de7a237c2740f 100644 --- a/dev-python/vncdotool/vncdotool-1.0.0.ebuild +++ b/dev-python/vncdotool/vncdotool-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1