From 4bb24c5720ae7c8f4123036a6fb1c342fcf09b94 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 16 May 2022 17:13:47 +0200 Subject: [PATCH] dev-python/wurlitzer: enable py3.11 Signed-off-by: Andrew Ammerlaan --- dev-python/wurlitzer/wurlitzer-3.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/wurlitzer/wurlitzer-3.0.2.ebuild b/dev-python/wurlitzer/wurlitzer-3.0.2.ebuild index 57afebf51516f..de7ccaf02dbcf 100644 --- a/dev-python/wurlitzer/wurlitzer-3.0.2.ebuild +++ b/dev-python/wurlitzer/wurlitzer-3.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Capture C-level stdout/stderr in Python"