diff options
author | 2024-10-03 18:07:51 +0200 | |
---|---|---|
committer | 2024-11-06 13:38:48 +0200 | |
commit | 89e290d9720d56da69beb02223637ebf6370c446 (patch) | |
tree | 6f6fb5aee1f29dd50da0ff71eb90555789c68275 /dev-util/redo | |
parent | dev-util/repolite: drop 0.4.0 (diff) | |
download | gentoo-89e290d9720d56da69beb02223637ebf6370c446.tar.gz gentoo-89e290d9720d56da69beb02223637ebf6370c446.tar.bz2 gentoo-89e290d9720d56da69beb02223637ebf6370c446.zip |
dev-util/redo: add python 3.13 support
Co-authored-by: Cristopher Head <chead@chead.ca>
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/38317
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/redo')
-rw-r--r-- | dev-util/redo/redo-0.42d-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/redo/redo-0.42d-r1.ebuild b/dev-util/redo/redo-0.42d-r1.ebuild index 014a20b6113d..f7d49d374da1 100644 --- a/dev-util/redo/redo-0.42d-r1.ebuild +++ b/dev-util/redo/redo-0.42d-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="sqlite" inherit edo multiprocessing python-single-r1 |