summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-27 15:21:44 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-27 15:21:44 +0200
commitd4c4e51f599593fc12f6ca4209a401752ea5002e (patch)
tree69471e43f45a9991346d73314683597a2ef105b5 /dev-python/beagle
parentdev-python/beagle: USE PEP517, EAPI=8 (diff)
downloadgentoo-d4c4e51f599593fc12f6ca4209a401752ea5002e.tar.gz
gentoo-d4c4e51f599593fc12f6ca4209a401752ea5002e.tar.bz2
gentoo-d4c4e51f599593fc12f6ca4209a401752ea5002e.zip
dev-python/beagle: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/beagle')
-rw-r--r--dev-python/beagle/beagle-0.3.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/beagle/beagle-0.3.0-r1.ebuild b/dev-python/beagle/beagle-0.3.0-r1.ebuild
index f931b80dfbbf..70e5f9a5d206 100644
--- a/dev-python/beagle/beagle-0.3.0-r1.ebuild
+++ b/dev-python/beagle/beagle-0.3.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Command line client for Hound, the code search tool"