dev-python/service_identity: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:15:27 +0000 (22:15 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:09 +0000 (21:57 +0200)
dev-python/service_identity/service_identity-17.0.0-r1.ebuild

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