diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-09 12:47:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-09 12:50:52 +0200 |
commit | 7c49d9d4ed954ae39422f74dce8c5d48d70ed717 (patch) | |
tree | f61a0be4943b1c64ce3a1e7b789d261f82b6cdcd /dev-python/authres | |
parent | dev-python/authres: Simplify test phase (diff) | |
download | gentoo-7c49d9d4ed954ae39422f74dce8c5d48d70ed717.tar.gz gentoo-7c49d9d4ed954ae39422f74dce8c5d48d70ed717.tar.bz2 gentoo-7c49d9d4ed954ae39422f74dce8c5d48d70ed717.zip |
dev-python/authres: Tested on py3.7 and pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/authres')
-rw-r--r-- | dev-python/authres/authres-1.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/authres/authres-1.1.1.ebuild b/dev-python/authres/authres-1.1.1.ebuild index 9beb27ee9cfe..194c7205ebfc 100644 --- a/dev-python/authres/authres-1.1.1.ebuild +++ b/dev-python/authres/authres-1.1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy{,3} ) inherit distutils-r1 |