diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-29 14:24:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-29 14:26:25 +0200 |
commit | 75f1a0e2ccee71ec1ca37de58b635f69d7c28795 (patch) | |
tree | 58aa1cd5940af682efcc59f9f75658e3f0343575 /dev-python/colorama | |
parent | dev-python/responses: Enable py3.12 (diff) | |
download | gentoo-75f1a0e2ccee71ec1ca37de58b635f69d7c28795.tar.gz gentoo-75f1a0e2ccee71ec1ca37de58b635f69d7c28795.tar.bz2 gentoo-75f1a0e2ccee71ec1ca37de58b635f69d7c28795.zip |
dev-python/colorama: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/colorama')
-rw-r--r-- | dev-python/colorama/colorama-0.4.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/colorama/colorama-0.4.6.ebuild b/dev-python/colorama/colorama-0.4.6.ebuild index ab5414bb1e7d..2d71f3b0a289 100644 --- a/dev-python/colorama/colorama-0.4.6.ebuild +++ b/dev-python/colorama/colorama-0.4.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 |