summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-16 17:13:47 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-16 18:03:00 +0200
commit4bb24c5720ae7c8f4123036a6fb1c342fcf09b94 (patch)
tree367af12625524fce6e00fb668b7a173267ac7af0 /dev-python/wurlitzer
parentdev-python/nest_asyncio: enable py3.11 (diff)
downloadgentoo-4bb24c5720ae7c8f4123036a6fb1c342fcf09b94.tar.gz
gentoo-4bb24c5720ae7c8f4123036a6fb1c342fcf09b94.tar.bz2
gentoo-4bb24c5720ae7c8f4123036a6fb1c342fcf09b94.zip
dev-python/wurlitzer: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/wurlitzer')
-rw-r--r--dev-python/wurlitzer/wurlitzer-3.0.2.ebuild4
1 files 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"