dev-python/authres: Tested on py3.7 and pypy3
authorMichał Górny <mgorny@gentoo.org>
Tue, 9 Apr 2019 10:47:04 +0000 (12:47 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 9 Apr 2019 10:50:52 +0000 (12:50 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/authres/authres-1.1.1.ebuild

index 9beb27ee9cfe08a4df806ad30477a9583087b709..194c7205ebfcbfeb7120a7b6402b36df24a83270 100644 (file)
@@ -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