From 28ea71b055ed877aa5de302cfea15aba92df637b Mon Sep 17 00:00:00 2001 From: Hendrik_Klug <43926224+Jimmy2027@users.noreply.github.com> Date: Wed, 13 Jul 2022 16:08:12 +0000 Subject: [PATCH] bump python compat --- dev-python/wget/wget-3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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