dev-python/configobj: add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Thu, 16 May 2019 15:45:51 +0000 (10:45 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 16 May 2019 16:00:17 +0000 (11:00 -0500)
Bug: https://bugs.gentoo.org/685330
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/configobj/configobj-5.0.6.ebuild

index 3874f35687838bca8bed5d52b4b27d3a4d55703d..69cc5e395b21e3b91108e22c5e14db9bb8970002 100644 (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