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

index dde4e6b311979b52f726b6e37a0bcf9f034dbd24..62d41a97eb90b5ca3a5eeb311a6f3ce9611f7169 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
 
 inherit python-r1