summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-01-22 23:09:04 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-01-23 00:40:13 +0100
commitabfce6e8782484bdf16c0a64b2fb9566169378ea (patch)
treec03ab0614add347b1674f109c29f332dc0ce0ce0
parentdev-python/plyvel: remove old (diff)
downloadgentoo-abfce6e8782484bdf16c0a64b2fb9566169378ea.tar.gz
gentoo-abfce6e8782484bdf16c0a64b2fb9566169378ea.tar.bz2
gentoo-abfce6e8782484bdf16c0a64b2fb9566169378ea.zip
dev-python/jmespath: add Python 3.8 support
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--dev-python/jmespath/jmespath-0.9.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jmespath/jmespath-0.9.3-r1.ebuild b/dev-python/jmespath/jmespath-0.9.3-r1.ebuild
index 4e0c73110773..d174211f6b6a 100644
--- a/dev-python/jmespath/jmespath-0.9.3-r1.ebuild
+++ b/dev-python/jmespath/jmespath-0.9.3-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 )
inherit distutils-r1