commit:     a954453cf10bb4c3b66dee4171774ca7a11660f3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 11:52:31 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 11:52:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a954453c

dev-util/gertty: enable py3.10

Follows: 10cda46db35235ad98c4d603b1aa6b93615d2977
Closes: https://bugs.gentoo.org/845945
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild 
b/dev-util/gertty/gertty-1.6.0-r1.ebuild
index 81582d8aa357..47ab89ec5b38 100644
--- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_8 )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 

Reply via email to