diff options
author | 2023-05-26 23:33:43 +0300 | |
---|---|---|
committer | 2023-05-26 23:33:43 +0300 | |
commit | 44741bd44d787e801a698d6cf22ba0752698b17d (patch) | |
tree | 6c9a7971dc862ad4819aa72f8064c718a6b0c80a /dev-python/iocapture | |
parent | dev-python/json5: enable py3.12 (diff) | |
download | gentoo-44741bd44d787e801a698d6cf22ba0752698b17d.tar.gz gentoo-44741bd44d787e801a698d6cf22ba0752698b17d.tar.bz2 gentoo-44741bd44d787e801a698d6cf22ba0752698b17d.zip |
dev-python/iocapture: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/iocapture')
-rw-r--r-- | dev-python/iocapture/iocapture-0.1.2-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/iocapture/iocapture-0.1.2-r3.ebuild b/dev-python/iocapture/iocapture-0.1.2-r3.ebuild index 9a128e3b501f..22892654d5ca 100644 --- a/dev-python/iocapture/iocapture-0.1.2-r3.ebuild +++ b/dev-python/iocapture/iocapture-0.1.2-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 DESCRIPTION="Capture stdout, stderr easily" |