dev-python/ipdb: Enable py3.7

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-23 10:27:43 +02:00
parent ddd70411d5
commit 4dee650027

View File

@@ -3,7 +3,7 @@
EAPI=5
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1