summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-09 20:14:36 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-09 21:46:50 +0200
commit0dcb8c0b73cb435cb5f227e5ae18f83159a5dfcd (patch)
treeea794e08c80e83d7e1781e29df83de186733fffc /dev-python/jsonschema
parentdev-python/rfc3339-validator: Port to py3.9 (diff)
downloadgentoo-0dcb8c0b73cb435cb5f227e5ae18f83159a5dfcd.tar.gz
gentoo-0dcb8c0b73cb435cb5f227e5ae18f83159a5dfcd.tar.bz2
gentoo-0dcb8c0b73cb435cb5f227e5ae18f83159a5dfcd.zip
dev-python/jsonschema: Port to py3.9
Signed-off-by: Michał Górny <mgorny@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 b2b63fb611c6..641d5dd31c29 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,8}} )
+PYTHON_COMPAT=( python{2_7,3_{6..9}} )
inherit distutils-r1