commit: d8654206c823f2f0d148359ef31dda1f024244e1 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Apr 5 19:59:59 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Apr 5 20:00:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8654206
dev-ada/gnatformat: enable py3.13 Closes: https://bugs.gentoo.org/952269 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ada/gnatformat/gnatformat-25.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/gnatformat/gnatformat-25.0.0.ebuild b/dev-ada/gnatformat/gnatformat-25.0.0.ebuild index 2f44df862709..068e5a3f43c1 100644 --- a/dev-ada/gnatformat/gnatformat-25.0.0.ebuild +++ b/dev-ada/gnatformat/gnatformat-25.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 ADA_COMPAT=( gcc_14 ) -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit ada python-any-r1 multiprocessing DESCRIPTION="Opinionated code formatter for the Ada language"