virtual/python-ipaddress: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:13:44 +0000 (22:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:53 +0000 (21:56 +0200)
virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild

index 90b759d7da804ec2d85e53a355360a2d57391fcf..6292bb02aa36fd468f23f8d1e64d6e1283c18df9 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
 inherit python-r1