summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2023-04-19 10:01:39 +0200
committerGuilherme Amadio <amadio@gentoo.org>2023-04-19 10:02:48 +0200
commit4ec285dfc81a2c791c394c9376a2c92a98d8a5ff (patch)
tree2ca3c954edf96e9e18f728d24bfd522217e73859 /dev-vcs
parentmedia-plugins/libvisual-plugins: Stabilize 0.4.2 ppc, #904554 (diff)
downloadgentoo-4ec285dfc81a2c791c394c9376a2c92a98d8a5ff.tar.gz
gentoo-4ec285dfc81a2c791c394c9376a2c92a98d8a5ff.tar.bz2
gentoo-4ec285dfc81a2c791c394c9376a2c92a98d8a5ff.zip
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@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gitstats/gitstats-0_pre20201124.ebuild2
1 files changed, 1 insertions, 1 deletions
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