diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-07-23 16:03:02 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-07-23 16:03:02 +0200 |
commit | bb88399b4c30d90230f08281dc24daec35af9579 (patch) | |
tree | 8ed3f7934d358c503ba646f177df41c9c8bea481 /dev-python/vncdotool | |
parent | dev-python/pytest-regressions: enable py3.10 (diff) | |
download | gentoo-bb88399b4c30d90230f08281dc24daec35af9579.tar.gz gentoo-bb88399b4c30d90230f08281dc24daec35af9579.tar.bz2 gentoo-bb88399b4c30d90230f08281dc24daec35af9579.zip |
dev-python/vncdotool: enable py3.10
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/vncdotool')
-rw-r--r-- | dev-python/vncdotool/vncdotool-1.0.0.ebuild | 4 |
1 files 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 5a1b894b8cc8..de7a237c2740 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 |