diff --git a/dev-python/wget/wget-3.2.ebuild b/dev-python/wget/wget-3.2.ebuild index 03bc08f..f7f61ed 100644 --- a/dev-python/wget/wget-3.2.ebuild +++ b/dev-python/wget/wget-3.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8,9,10}} ) inherit distutils-r1