From ec83a7e1c1bcd9dd188d730ee2e2a4dc499586dc Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 31 May 2022 02:59:26 +0100 Subject: [PATCH] app-crypt/pius: enable py3.10, py3.11 and disable py3.7 Closes: https://bugs.gentoo.org/845447 Signed-off-by: Sam James --- app-crypt/pius/pius-3.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/pius/pius-3.0.0-r1.ebuild b/app-crypt/pius/pius-3.0.0-r1.ebuild index 49fe29ec9207c..c7ce49f2b85db 100644 --- a/app-crypt/pius/pius-3.0.0-r1.ebuild +++ b/app-crypt/pius/pius-3.0.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1