diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 10:43:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 10:59:07 +0200 |
commit | 8cd8523846bed0805547efa8f95ec023f2ecfe8a (patch) | |
tree | 91c1341cb0e283857b25a2f294d0075e0bc5d64c /dev-python/rebulk | |
parent | dev-python/ratelimit: Enable py3.13 (diff) | |
download | gentoo-8cd8523846bed0805547efa8f95ec023f2ecfe8a.tar.gz gentoo-8cd8523846bed0805547efa8f95ec023f2ecfe8a.tar.bz2 gentoo-8cd8523846bed0805547efa8f95ec023f2ecfe8a.zip |
dev-python/rebulk: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rebulk')
-rw-r--r-- | dev-python/rebulk/rebulk-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rebulk/rebulk-3.2.0.ebuild b/dev-python/rebulk/rebulk-3.2.0.ebuild index 12a6b132057a..28396133b8b0 100644 --- a/dev-python/rebulk/rebulk-3.2.0.ebuild +++ b/dev-python/rebulk/rebulk-3.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |