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

index d9570ad0cf0f5ef5c129b1b56d94d072c8629290..c19251580735d98115dced58dbe91c4bf9b11726 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