commit: b6d376a60145729c0f846216e3fd395dc0c379d0
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 22:54:14 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 23:40:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d376a6
dev-python/jsonschema: add Python 3.8 support
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-python/jsonschema/jsonschema-3.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jsonschema/jsonschema-3.2.0.ebuild
b/dev-python/jsonschema/jsonschema-3.2.0.ebuild
index 2bf5f57a11f..9163778afc7 100644
--- a/dev-python/jsonschema/jsonschema-3.2.0.ebuild
+++ b/dev-python/jsonschema/jsonschema-3.2.0.ebuild
@@ -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