summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-15 08:29:41 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-15 08:33:06 +0100
commitbee18927fe3a152e8516b77b1ae125599fb65887 (patch)
tree125c5df9056b7932438247d74302d08119bbc8e1 /virtual
parentvirtual/python-pathlib: Enable py3.8 (diff)
downloadgentoo-bee18927fe3a152e8516b77b1ae125599fb65887.tar.gz
gentoo-bee18927fe3a152e8516b77b1ae125599fb65887.tar.bz2
gentoo-bee18927fe3a152e8516b77b1ae125599fb65887.zip
virtual/python-singledispatch: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/python-singledispatch/python-singledispatch-0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index dde4e6b31197..62d41a97eb90 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-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