dev-python/jmespath: add Python 3.8 support
authorThomas Deutschmann <whissi@gentoo.org>
Wed, 22 Jan 2020 22:09:04 +0000 (23:09 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Wed, 22 Jan 2020 23:40:13 +0000 (00:40 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-python/jmespath/jmespath-0.9.3-r1.ebuild

index 4e0c73110773583f870bf4676e8c3c0104621a30..d174211f6b6a36a831bdf5d5d8bee8a2f96f8317 100644 (file)
@@ -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