commit:     f23a34c33c94e0fcbe0558a7e5c4b429ec0a83a6
Author:     Paul Healy <lmiphay <AT> gmail <DOT> com>
AuthorDate: Mon May 30 16:34:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 02:12:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23a34c3

app-admin/syslog-summary: python compat add 3.10

    add python 3.10
    drop python 3.7 and 3.8

Bug: https://bugs.gentoo.org/845435
Signed-off-by: Paul Healy <lmiphay <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25691
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild 
b/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild
index 6a28fe832410..1a2b2ae756f5 100644
--- a/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild
+++ b/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 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_{9,10} )
 
 inherit python-single-r1
 

Reply via email to