dev-python/secretstorage: add py37 support to 2.3.1
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 22:03:03 +0000 (17:03 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 22:43:30 +0000 (17:43 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/secretstorage/secretstorage-2.3.1.ebuild

index 82a0f03b90cf8231e0cbd368808913df0fdef3df..1204728b2cd60339ddca587860bbb267ebffdd87 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1