commit:     4a6e66e59ddfa4670e731f1ca23f1361cee46659
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 10:52:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 11:20:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6e66e5

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

Closes: https://bugs.gentoo.org/846335
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/bcron/bcron-0.11.ebuild | 4 ++--
 1 file 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
 

Reply via email to