diff options
author | William Hubbs <williamh@gentoo.org> | 2020-01-26 13:34:58 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-01-26 13:34:58 -0600 |
commit | d63e188a6a226cc901ebe2fa776e96a37b622314 (patch) | |
tree | 86f7b57402bd725e2b84eb445c289b4a23e70532 | |
parent | dev-python/itypes: add python3_7 (diff) | |
download | gentoo-d63e188a6a226cc901ebe2fa776e96a37b622314.tar.gz gentoo-d63e188a6a226cc901ebe2fa776e96a37b622314.tar.bz2 gentoo-d63e188a6a226cc901ebe2fa776e96a37b622314.zip |
dev-python/coreapi: add python3_7
Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r-- | dev-python/coreapi/coreapi-2.3.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild index 54c411dd20d8..8cbbe0e7b645 100644 --- a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild +++ b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="Python client library for Core API" |