From b6d376a60145729c0f846216e3fd395dc0c379d0 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 22 Jan 2020 23:54:14 +0100 Subject: dev-python/jsonschema: add Python 3.8 support Signed-off-by: Thomas Deutschmann --- dev-python/jsonschema/jsonschema-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/jsonschema') diff --git a/dev-python/jsonschema/jsonschema-3.2.0.ebuild b/dev-python/jsonschema/jsonschema-3.2.0.ebuild index 2bf5f57a11ff..9163778afc7a 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 -- cgit v1.2.3-65-gdbad