diff options
author | 2023-06-23 11:12:28 +0200 | |
---|---|---|
committer | 2023-06-23 11:26:32 +0200 | |
commit | bfe59790d396b4cc38b4b60806cb9dbecc9bbad8 (patch) | |
tree | 6c05f2f88aedffde87282707ae2022c756fc6361 /dev-python/crashtest | |
parent | dev-python/cbor2: Enable pypy3 & py3.12 (diff) | |
download | gentoo-bfe59790d396b4cc38b4b60806cb9dbecc9bbad8.tar.gz gentoo-bfe59790d396b4cc38b4b60806cb9dbecc9bbad8.tar.bz2 gentoo-bfe59790d396b4cc38b4b60806cb9dbecc9bbad8.zip |
dev-python/crashtest: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/crashtest')
-rw-r--r-- | dev-python/crashtest/crashtest-0.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/crashtest/crashtest-0.4.1.ebuild b/dev-python/crashtest/crashtest-0.4.1.ebuild index 216959cfa820..fd5081a943cc 100644 --- a/dev-python/crashtest/crashtest-0.4.1.ebuild +++ b/dev-python/crashtest/crashtest-0.4.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 |