summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gmail.com>2021-07-30 11:46:04 +0300
committerMichał Górny <mgorny@gentoo.org>2021-08-02 10:40:48 +0200
commit4eec42b26ed1dc0593cd3763df60d1d3318e0f51 (patch)
tree9c5f954b10e6ac5f5e8b5886469e266839794d63 /dev-python
parentdev-python/regex: enable support for pypy3 (diff)
downloadgentoo-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.ebuild2
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"