summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-01-22 23:54:14 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-01-23 00:40:20 +0100
commitb6d376a60145729c0f846216e3fd395dc0c379d0 (patch)
treec3c8c9812ab52795b66596d4e4ce8b463248f67e /dev-python/jsonschema
parentdev-python/twisted: add Python 3.8 support (diff)
downloadgentoo-b6d376a60145729c0f846216e3fd395dc0c379d0.tar.gz
gentoo-b6d376a60145729c0f846216e3fd395dc0c379d0.tar.bz2
gentoo-b6d376a60145729c0f846216e3fd395dc0c379d0.zip
dev-python/jsonschema: add Python 3.8 support
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/jsonschema')
-rw-r--r--dev-python/jsonschema/jsonschema-3.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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