summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-31 11:52:10 +0100
committerSam James <sam@gentoo.org>2022-05-31 12:20:02 +0100
commit4a6e66e59ddfa4670e731f1ca23f1361cee46659 (patch)
tree57cd1d206ac6e90b8ff28f832ca95599e9425f0a
parentnet-vpn/6tunnel: enable py3.10, py3.11 and disable py3.7 (diff)
downloadgentoo-4a6e66e5.tar.gz
gentoo-4a6e66e5.tar.bz2
gentoo-4a6e66e5.zip
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>
-rw-r--r--sys-process/bcron/bcron-0.11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/bcron/bcron-0.11.ebuild b/sys-process/bcron/bcron-0.11.ebuild
index e222025a0624..3a2e995a8cee 100644
--- a/sys-process/bcron/bcron-0.11.ebuild
+++ b/sys-process/bcron/bcron-0.11.ebuild
@@ -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