summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-07-01 21:00:35 +0200
committerMatt Turner <mattst88@gentoo.org>2020-07-16 21:13:52 -0700
commitcf2a012c80f1413c1a671beede235a5efe461a71 (patch)
treec3bd953b06f0edfb655bb19e9e56969c1d0927d9 /dev-python/ujson
parentdev-python/pydocstyle: add py3_8, rem py3_6 (diff)
downloadgentoo-cf2a012c80f1413c1a671beede235a5efe461a71.tar.gz
gentoo-cf2a012c80f1413c1a671beede235a5efe461a71.tar.bz2
gentoo-cf2a012c80f1413c1a671beede235a5efe461a71.zip
dev-python/ujson: add py3_9
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python/ujson')
-rw-r--r--dev-python/ujson/ujson-1.35-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ujson/ujson-1.35-r1.ebuild b/dev-python/ujson/ujson-1.35-r1.ebuild
index 4a266318bd20..e2968cdabfaa 100644
--- a/dev-python/ujson/ujson-1.35-r1.ebuild
+++ b/dev-python/ujson/ujson-1.35-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1