dev-python/python-bugzilla: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Wed, 18 Jul 2018 14:34:17 +0000 (16:34 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 18 Jul 2018 14:37:41 +0000 (16:37 +0200)
dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild

index 31bdc328c60778f0def82dd1b37105ca5eb0a728..5fc5e08dc5591e5ea38fdbd1f5cd3fb768a9e9fc 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1