diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 16:12:56 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 18:24:15 -0600 |
commit | a5a825211e3a7b52014048af9b3a67aa7abd8929 (patch) | |
tree | 2b1204977a6c1f2b392dc8e8b614ee0273daf66e /dev-python/simplegeneric | |
parent | dev-python/prompt_toolkit: add py37 support (diff) | |
download | gentoo-a5a825211e3a7b52014048af9b3a67aa7abd8929.tar.gz gentoo-a5a825211e3a7b52014048af9b3a67aa7abd8929.tar.bz2 gentoo-a5a825211e3a7b52014048af9b3a67aa7abd8929.zip |
dev-python/simplegeneric: add py37 suppot
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/simplegeneric')
-rw-r--r-- | dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild b/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild index 44f8201b6974..2eaf060ee490 100644 --- a/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild +++ b/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit distutils-r1 |