diff --git a/dev-python/visitor/visitor-0.1.3.ebuild b/dev-python/visitor/visitor-0.1.3.ebuild index ad4dee9b9b250..3ece48c4d529a 100644 --- a/dev-python/visitor/visitor-0.1.3.ebuild +++ b/dev-python/visitor/visitor-0.1.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1