commit:     4ec285dfc81a2c791c394c9376a2c92a98d8a5ff
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 08:01:39 2023 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 08:02:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec285df

dev-vcs/gitstats: enable py3.11

Works fine to generate stats with Python 3.11.

Closes: https://bugs.gentoo.org/896948
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 dev-vcs/gitstats/gitstats-0_pre20201124.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/gitstats/gitstats-0_pre20201124.ebuild 
b/dev-vcs/gitstats/gitstats-0_pre20201124.ebuild
index bc188f529ee7..9dfd0467a905 100644
--- a/dev-vcs/gitstats/gitstats-0_pre20201124.ebuild
+++ b/dev-vcs/gitstats/gitstats-0_pre20201124.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit python-r1
 

Reply via email to