dev-python/jsonschema: add Python 3.8 support
authorThomas Deutschmann <whissi@gentoo.org>
Wed, 22 Jan 2020 22:54:14 +0000 (23:54 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Wed, 22 Jan 2020 23:40:20 +0000 (00:40 +0100)
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-python/jsonschema/jsonschema-3.2.0.ebuild

index 2bf5f57a11ff79b22e9ab7cf5ceffbf1e1c2b044..9163778afc7ad29e13f77353b4f81cfd911a99ed 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
 
 inherit distutils-r1