diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-31 19:47:26 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-31 22:22:47 +0300 |
commit | 2feab26af887c6ab201aef97636da09b94399dae (patch) | |
tree | f0494c0b8fee3d4f1e6a2cebb97686e09061ac53 /dev-python/rebulk | |
parent | net-proxy/haproxy: Cleanup old versions (diff) | |
download | gentoo-2feab26af887c6ab201aef97636da09b94399dae.tar.gz gentoo-2feab26af887c6ab201aef97636da09b94399dae.tar.bz2 gentoo-2feab26af887c6ab201aef97636da09b94399dae.zip |
dev-python/rebulk: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/rebulk')
-rw-r--r-- | dev-python/rebulk/rebulk-3.2.0.ebuild | 2 |
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 |