commit: f7c922d92a36c6d66dcb6c12658bbe27db674718 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Mon Apr 28 05:02:34 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 19:28:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c922d9
media-gfx/photoqt: enable py3.13 Closes: https://bugs.gentoo.org/952523 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/41810 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/photoqt/photoqt-4.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/photoqt/photoqt-4.8.1.ebuild b/media-gfx/photoqt/photoqt-4.8.1.ebuild index 1c423ee887cd..49a3b7f9a6ab 100644 --- a/media-gfx/photoqt/photoqt-4.8.1.ebuild +++ b/media-gfx/photoqt/photoqt-4.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake optfeature python-single-r1 xdg DESCRIPTION="Simple but powerful Qt-based image viewer"
