dev-python/unittest-mixins: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Fri, 15 Nov 2019 23:25:43 +0000 (00:25 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 16 Nov 2019 11:00:58 +0000 (12:00 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/unittest-mixins/unittest-mixins-1.6.ebuild

index 344d34e7805eef820e7ce46e152ef575a19b0d23..934fec827b8a3df06ada1d311632b9ef11e585d1 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
 
 inherit distutils-r1