dev-util/babeltrace2: enable py3.11

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2022-05-30 19:07:07 +02:00
parent 88d8e8e9aa
commit 6bdec44f23
No known key found for this signature in database
GPG Key ID: 4E4140121372C837

View File

@ -1,10 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# pypy3: obtaining PYTHON_CONFIG not supported
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit autotools python-single-r1