dev-python/atpublic: add support for python3_7
authorMatthew Thode <prometheanfire@gentoo.org>
Sun, 12 Jan 2020 19:57:21 +0000 (13:57 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 12 Jan 2020 19:58:26 +0000 (13:58 -0600)
Fixes: https://bugs.gentoo.org/691532
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/atpublic/atpublic-1.0.ebuild

index 4d157fe6a86d3277162701370377155e53af773f..6cdb26be63ac8c765a05c506f1f01b1c4f013e63 100644 (file)
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="A decorator and function to polulate a module's __all__ and the module globals."