diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-28 16:29:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-28 16:33:22 +0200 |
commit | cadd560fcffbcd2f4642ad6a1193f810ca102900 (patch) | |
tree | b154f25a3b0c76583e6842969ea8e39c8192e03d /dev-python/hypothesis | |
parent | dev-python/black: Enable py3.12 (diff) | |
download | gentoo-cadd560fcffbcd2f4642ad6a1193f810ca102900.tar.gz gentoo-cadd560fcffbcd2f4642ad6a1193f810ca102900.tar.bz2 gentoo-cadd560fcffbcd2f4642ad6a1193f810ca102900.zip |
dev-python/hypothesis: Enabli USE=cli on py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hypothesis')
-rw-r--r-- | dev-python/hypothesis/hypothesis-6.82.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hypothesis/hypothesis-6.82.0.ebuild b/dev-python/hypothesis/hypothesis-6.82.0.ebuild index 1b1252066aaf..ed1f0cbc8e14 100644 --- a/dev-python/hypothesis/hypothesis-6.82.0.ebuild +++ b/dev-python/hypothesis/hypothesis-6.82.0.ebuild @@ -4,8 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -CLI_COMPAT=( python3_{10..11} ) -PYTHON_COMPAT=( "${CLI_COMPAT[@]}" python3_12 pypy3 ) +CLI_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( "${CLI_COMPAT[@]}" pypy3 ) PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 multiprocessing optfeature |