dev-python/configobj: add py37 support

Bug: https://bugs.gentoo.org/685330
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2019-05-16 10:45:51 -05:00
parent f8fd9124ed
commit 2fe8c56fa2

View File

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