commit: 4bb24c5720ae7c8f4123036a6fb1c342fcf09b94
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 15:13:47 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 16 16:03:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb24c57
dev-python/wurlitzer: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
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 57afebf51516..de7ccaf02dbc 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"