summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-15 08:29:33 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-15 08:33:01 +0100
commit22b419aa80d2249bb280b18774b6dd217f3f3760 (patch)
tree5384983cad5d12902423a8022498bf7f6a631225 /virtual
parentdev-tcltk/bwidget: MissingTestRestrict (diff)
downloadgentoo-22b419aa80d2249bb280b18774b6dd217f3f3760.tar.gz
gentoo-22b419aa80d2249bb280b18774b6dd217f3f3760.tar.bz2
gentoo-22b419aa80d2249bb280b18774b6dd217f3f3760.zip
virtual/python-backports_abc: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/python-backports_abc/python-backports_abc-0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-backports_abc/python-backports_abc-0.ebuild b/virtual/python-backports_abc/python-backports_abc-0.ebuild
index 169fabc92880..4427b75f6ac5 100644
--- a/virtual/python-backports_abc/python-backports_abc-0.ebuild
+++ b/virtual/python-backports_abc/python-backports_abc-0.ebuild
@@ -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