summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2024-04-16 11:33:00 -0500
committerBen Kohler <bkohler@gentoo.org>2024-04-16 13:07:19 -0500
commit7f21c4e9baacd1652e884098dd52bb1d7aedb894 (patch)
tree3702af5657a3a808ae8bf4ffaf1ff0be9088f5af
parentdev-python/keyutils: enable py3.12 (diff)
downloadgentoo-7f21c4e9baacd1652e884098dd52bb1d7aedb894.tar.gz
gentoo-7f21c4e9baacd1652e884098dd52bb1d7aedb894.tar.bz2
gentoo-7f21c4e9baacd1652e884098dd52bb1d7aedb894.zip
dev-libs/libcpuid: enable py3.12
Closes: https://bugs.gentoo.org/929415 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r--dev-libs/libcpuid/libcpuid-0.6.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libcpuid/libcpuid-0.6.4.ebuild b/dev-libs/libcpuid/libcpuid-0.6.4.ebuild
index 75cb5bcb7074..b50a14f5886c 100644
--- a/dev-libs/libcpuid/libcpuid-0.6.4.ebuild
+++ b/dev-libs/libcpuid/libcpuid-0.6.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=(python3_{9..11})
+PYTHON_COMPAT=(python3_{9..12})
inherit autotools python-any-r1