Skip to content

Commit

Permalink
dev-python/atpublic: add support for python3_7
Browse files Browse the repository at this point in the history
Fixes: https://bugs.gentoo.org/691532
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
prometheanfire committed Jan 12, 2020
1 parent 3d26822 commit ec9a3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-python/atpublic/atpublic-1.0.ebuild
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit ec9a3cf

Please sign in to comment.