app-crypt/pius: enable py3.10, py3.11 and disable py3.7

Closes: https://bugs.gentoo.org/845447
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-05-31 02:59:26 +01:00
parent c905d29b04
commit ec83a7e1c1

View File

@@ -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