diff options
author | 2018-07-14 22:10:28 +0200 | |
---|---|---|
committer | 2018-07-16 21:56:42 +0200 | |
commit | f2b8ce2ea40465515ef2bb41b6674d915ee028bb (patch) | |
tree | 438d6ce150dbc6f26ba286f69032d925e29e8971 /dev-python/jsonschema | |
parent | dev-python/pytest-virtualenv: Enable py3.7 (diff) | |
download | gentoo-f2b8ce2ea40465515ef2bb41b6674d915ee028bb.tar.gz gentoo-f2b8ce2ea40465515ef2bb41b6674d915ee028bb.tar.bz2 gentoo-f2b8ce2ea40465515ef2bb41b6674d915ee028bb.zip |
dev-python/jsonschema: Enable py3.7
Diffstat (limited to 'dev-python/jsonschema')
-rw-r--r-- | dev-python/jsonschema/jsonschema-2.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonschema/jsonschema-2.6.0.ebuild b/dev-python/jsonschema/jsonschema-2.6.0.ebuild index ad3256d658e4..db3ad75c68f9 100644 --- a/dev-python/jsonschema/jsonschema-2.6.0.ebuild +++ b/dev-python/jsonschema/jsonschema-2.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) inherit distutils-r1 |