diff options
author | Arthur Zamarin <arthurzam@gmail.com> | 2021-07-30 11:46:04 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-02 10:40:48 +0200 |
commit | 4eec42b26ed1dc0593cd3763df60d1d3318e0f51 (patch) | |
tree | 9c5f954b10e6ac5f5e8b5886469e266839794d63 /dev-python | |
parent | dev-python/regex: enable support for pypy3 (diff) | |
download | gentoo-4eec42b26ed1dc0593cd3763df60d1d3318e0f51.tar.gz gentoo-4eec42b26ed1dc0593cd3763df60d1d3318e0f51.tar.bz2 gentoo-4eec42b26ed1dc0593cd3763df60d1d3318e0f51.zip |
dev-python/re-assert: enable pypy3 and disable py3.7
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/re-assert/re-assert-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/re-assert/re-assert-1.1.0.ebuild b/dev-python/re-assert/re-assert-1.1.0.ebuild index 4b7f98bf6787..595f9cfd91b8 100644 --- a/dev-python/re-assert/re-assert-1.1.0.ebuild +++ b/dev-python/re-assert/re-assert-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Show where your regex match assertion failed" |