summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-31 19:47:26 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-31 22:22:47 +0300
commit2feab26af887c6ab201aef97636da09b94399dae (patch)
treef0494c0b8fee3d4f1e6a2cebb97686e09061ac53
parentnet-proxy/haproxy: Cleanup old versions (diff)
downloadgentoo-2feab26af887c6ab201aef97636da09b94399dae.tar.gz
gentoo-2feab26af887c6ab201aef97636da09b94399dae.tar.bz2
gentoo-2feab26af887c6ab201aef97636da09b94399dae.zip
dev-python/rebulk: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/rebulk/rebulk-3.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rebulk/rebulk-3.2.0.ebuild b/dev-python/rebulk/rebulk-3.2.0.ebuild
index aba7dddd55dc..eafee9e3e351 100644
--- a/dev-python/rebulk/rebulk-3.2.0.ebuild
+++ b/dev-python/rebulk/rebulk-3.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1