sys-process/bcron: enable py3.10, py3.11 and disable py3.7

Closes: https://bugs.gentoo.org/846335
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-05-31 11:52:10 +01:00
parent 8b56db5064
commit 4a6e66e59d

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8..11} )
inherit cron python-any-r1 toolchain-funcs