dev-libs/libcpuid: enable py3.13

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2025-04-14 09:30:52 -05:00
parent a07e54fc50
commit defb656291

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=(python3_{9..12})
PYTHON_COMPAT=(python3_{9..13})
inherit autotools python-any-r1