From 3e75493de15fbab1645b1514f23c56a390ea8a7d Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Sun, 9 May 2021 22:06:20 +0200 Subject: [PATCH] dev-python/tempita: enable Python 3.10 Signed-off-by: Louis Sautier --- dev-python/tempita/tempita-0.5.3-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/tempita/tempita-0.5.3-r3.ebuild b/dev-python/tempita/tempita-0.5.3-r3.ebuild index a437b0ae5c216..6d5c3b27dc971 100644 --- a/dev-python/tempita/tempita-0.5.3-r3.ebuild +++ b/dev-python/tempita/tempita-0.5.3-r3.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=( pypy3 python3_{7,8,9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) # The package uses pkg_resources DISTUTILS_USE_SETUPTOOLS=manual