commit: 89e290d9720d56da69beb02223637ebf6370c446 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Thu Oct 3 16:07:51 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Nov 6 11:38:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e290d9
dev-util/redo: add python 3.13 support Co-authored-by: Cristopher Head <chead <AT> chead.ca> Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Closes: https://github.com/gentoo/gentoo/pull/38317 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-util/redo/redo-0.42d-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
