summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-06-05 18:59:55 -0400
committerSam James <sam@gentoo.org>2024-06-06 01:44:50 +0100
commit6e187e57150a1c4b9aa057d1e823048589500aa2 (patch)
tree5f47d68eb6c1894dfff86dfbcc0238d7e2ac7024 /app-portage
parentapp-portage/elogviewer: wire up testsuite (diff)
downloadgentoo-6e187e57150a1c4b9aa057d1e823048589500aa2.tar.gz
gentoo-6e187e57150a1c4b9aa057d1e823048589500aa2.tar.bz2
gentoo-6e187e57150a1c4b9aa057d1e823048589500aa2.zip
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@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/elogviewer/elogviewer-3.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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