dev-python/jsonschema: Port to py3.9

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-06-09 20:14:36 +02:00
parent 3d111e6ecf
commit 0dcb8c0b73

View File

@@ -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