From c38796a66b5d6453b1bfff3e4aeb1b080651c68f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 5 Jun 2021 20:47:38 +0200 Subject: dev-python/fqdn: Enable py3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/fqdn/fqdn-1.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/fqdn') diff --git a/dev-python/fqdn/fqdn-1.5.1.ebuild b/dev-python/fqdn/fqdn-1.5.1.ebuild index 91ac88a37d86..9bacbadb679a 100644 --- a/dev-python/fqdn/fqdn-1.5.1.ebuild +++ b/dev-python/fqdn/fqdn-1.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND=" $(python_gen_cond_dep ' dev-python/cached-property[${PYTHON_USEDEP}] - ' python3_7 pypy3)" + ' pypy3)" distutils_enable_tests pytest distutils_enable_sphinx docs -- cgit v1.2.3-65-gdbad