diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:35:00 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:35:00 -0500 |
commit | f43ad6316c1cc6a843a2802cb15b6630b978d125 (patch) | |
tree | 486029dd2b17de57e65af89ea31e99b0814547ab /dev-python/logutils | |
parent | dev-python/ovs: enable py3.12 (diff) | |
download | gentoo-f43ad6316c1cc6a843a2802cb15b6630b978d125.tar.gz gentoo-f43ad6316c1cc6a843a2802cb15b6630b978d125.tar.bz2 gentoo-f43ad6316c1cc6a843a2802cb15b6630b978d125.zip |
dev-python/logutils: enable py3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/logutils')
-rw-r--r-- | dev-python/logutils/logutils-0.3.5-r1.ebuild | 2 |
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 |