commit: 6e187e57150a1c4b9aa057d1e823048589500aa2 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Wed Jun 5 22:59:55 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 6 00:44:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e187e57
app-portage/elogviewer: enable py3.12 In fact it doesn't work on either py3.11 or py3.12 but that is because it doesn't know how to find any logs. The actual package seems to function equivalently, and passes unittest mocks, and can load logs via the command line, so I guess the py3.12 migration is not, itself, a problem. Closes: https://bugs.gentoo.org/929350 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> app-portage/elogviewer/elogviewer-3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/elogviewer/elogviewer-3.2.ebuild b/app-portage/elogviewer/elogviewer-3.2.ebuild index fa50493d3bbc..9c0c03238ea1 100644 --- a/app-portage/elogviewer/elogviewer-3.2.ebuild +++ b/app-portage/elogviewer/elogviewer-3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISABLE_AUTOFORMATTING=true
