summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-10-15 20:54:09 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-10-15 21:04:20 -0500
commit6a1f5244a3a4eb875476c508d5514de55afcd826 (patch)
treee7077b1232d52ac91821d5872c7d7c5c101f3064 /dev-python/jsonext
parentdev-python/gevent-websocket: add py38 (diff)
downloadgentoo-6a1f5244a3a4eb875476c508d5514de55afcd826.tar.gz
gentoo-6a1f5244a3a4eb875476c508d5514de55afcd826.tar.bz2
gentoo-6a1f5244a3a4eb875476c508d5514de55afcd826.zip
dev-python/jsonext: add py38
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/jsonext')
-rw-r--r--dev-python/jsonext/jsonext-0.4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonext/jsonext-0.4.2.ebuild b/dev-python/jsonext/jsonext-0.4.2.ebuild
index 20e93cbdff56..53f7a690090c 100644
--- a/dev-python/jsonext/jsonext-0.4.2.ebuild
+++ b/dev-python/jsonext/jsonext-0.4.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
inherit distutils-r1