dev-python/cssselect: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Jul 2018 08:20:29 +0000 (10:20 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Jul 2018 08:32:05 +0000 (10:32 +0200)
dev-python/cssselect/cssselect-1.0.3.ebuild

index 6747eb5c392563db8705be9d02027aa913035e87..acb3b56d3905f4af22819755dbad46d884f44210 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
 
 inherit distutils-r1