virtual/python-unittest-mock: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Fri, 15 Nov 2019 07:29:44 +0000 (08:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 15 Nov 2019 07:33:08 +0000 (08:33 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
virtual/python-unittest-mock/python-unittest-mock-1.ebuild

index fe451a127027cdd9ba96713291e8f6700348fe5c..2ea3d0e5331255c0811a5cb5d6b6b89a79ca7edb 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
 
 inherit python-r1