summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-31 11:47:09 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-31 11:47:09 +0200
commita4fa60f329dbb516fbafea78cb7ceb839030a587 (patch)
treedec77b53e15caa723d483a3e6f5226c100943b72 /dev-python/wurlitzer
parentdev-python/wtforms: Enable py3.12 (diff)
downloadgentoo-a4fa60f329dbb516fbafea78cb7ceb839030a587.tar.gz
gentoo-a4fa60f329dbb516fbafea78cb7ceb839030a587.tar.bz2
gentoo-a4fa60f329dbb516fbafea78cb7ceb839030a587.zip
dev-python/wurlitzer: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wurlitzer')
-rw-r--r--dev-python/wurlitzer/wurlitzer-3.0.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/wurlitzer/wurlitzer-3.0.3.ebuild b/dev-python/wurlitzer/wurlitzer-3.0.3.ebuild
index c4dd1860a583..9a9f2345f3ef 100644
--- a/dev-python/wurlitzer/wurlitzer-3.0.3.ebuild
+++ b/dev-python/wurlitzer/wurlitzer-3.0.3.ebuild
@@ -4,7 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1 pypi
DESCRIPTION="Capture C-level stdout/stderr in Python"