From: Thomas Deutschmann Date: Wed, 22 Jan 2020 22:54:14 +0000 (+0100) Subject: dev-python/jsonschema: add Python 3.8 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b6d376a60145729c0f846216e3fd395dc0c379d0;p=gentoo.git dev-python/jsonschema: add Python 3.8 support Signed-off-by: Thomas Deutschmann --- 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