From 8be866c6f3f647647f0f4fb89421e3f99409dd21 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 29 May 2021 22:48:32 +0200 Subject: dev-python/pastedeploy: 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/pastedeploy/pastedeploy-2.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pastedeploy') diff --git a/dev-python/pastedeploy/pastedeploy-2.1.1.ebuild b/dev-python/pastedeploy/pastedeploy-2.1.1.ebuild index dd594a81dba5..a1f5d48ca816 100644 --- a/dev-python/pastedeploy/pastedeploy-2.1.1.ebuild +++ b/dev-python/pastedeploy/pastedeploy-2.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad