diff options
author | 2023-05-31 11:47:09 +0200 | |
---|---|---|
committer | 2023-05-31 11:47:09 +0200 | |
commit | a4fa60f329dbb516fbafea78cb7ceb839030a587 (patch) | |
tree | dec77b53e15caa723d483a3e6f5226c100943b72 /dev-python/wurlitzer | |
parent | dev-python/wtforms: Enable py3.12 (diff) | |
download | gentoo-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.ebuild | 3 |
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" |