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

index 169fabc92880d2c8e35fb12a9bef85e269b38aca..4427b75f6ac5dc33d833f1496a5e1bc837bcd737 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