summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2024-04-13 10:35:00 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2024-04-13 10:35:00 -0500
commitf43ad6316c1cc6a843a2802cb15b6630b978d125 (patch)
tree486029dd2b17de57e65af89ea31e99b0814547ab
parentdev-python/ovs: enable py3.12 (diff)
downloadgentoo-f43ad6316c1cc6a843a2802cb15b6630b978d125.tar.gz
gentoo-f43ad6316c1cc6a843a2802cb15b6630b978d125.tar.bz2
gentoo-f43ad6316c1cc6a843a2802cb15b6630b978d125.zip
dev-python/logutils: enable py3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--dev-python/logutils/logutils-0.3.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/logutils/logutils-0.3.5-r1.ebuild b/dev-python/logutils/logutils-0.3.5-r1.ebuild
index aec7bda7fa35..fd886838498d 100644
--- a/dev-python/logutils/logutils-0.3.5-r1.ebuild
+++ b/dev-python/logutils/logutils-0.3.5-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1 pypi