diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:15:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:57:09 +0200 |
commit | 31091c4272715473a105d78f9f072b7979388996 (patch) | |
tree | 0927afb8bb212ec6ff942381d2b5b264adf018cb /dev-python/service_identity | |
parent | dev-python/chardet: Enable py3.7 (diff) | |
download | gentoo-31091c4272715473a105d78f9f072b7979388996.tar.gz gentoo-31091c4272715473a105d78f9f072b7979388996.tar.bz2 gentoo-31091c4272715473a105d78f9f072b7979388996.zip |
dev-python/service_identity: Enable py3.7
Diffstat (limited to 'dev-python/service_identity')
-rw-r--r-- | dev-python/service_identity/service_identity-17.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/service_identity/service_identity-17.0.0-r1.ebuild b/dev-python/service_identity/service_identity-17.0.0-r1.ebuild index cea820ab0688..81c6dab953db 100644 --- a/dev-python/service_identity/service_identity-17.0.0-r1.ebuild +++ b/dev-python/service_identity/service_identity-17.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit distutils-r1 |