virtual/python-backports_abc: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:12:17 +0000 (22:12 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:46 +0000 (21:56 +0200)
virtual/python-backports_abc/python-backports_abc-0.ebuild

index 48f1aa6f4799eae7c3b1c89828e1a0a65d4fcc93..c35ea40673d031c5be05840e47e979f823b93b3f 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 python-r1