commit: ef3f53a124de472ab50c413c10ce24da74ea1d15 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat May 3 08:49:44 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat May 3 08:49:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3f53a1
app-portage/gentle: enable py3.13 Closes: https://bugs.gentoo.org/952240 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-portage/gentle/gentle-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gentle/gentle-1.0.2.ebuild b/app-portage/gentle/gentle-1.0.2.ebuild index 04f42255d2a3..3a863f6898c9 100644 --- a/app-portage/gentle/gentle-1.0.2.ebuild +++ b/app-portage/gentle/gentle-1.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=flit PYPI_PN="gentle-mxml" inherit distutils-r1 optfeature pypi