commit: c5b8c41b72e2b2706292c441f264864ddc2dbd2d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 11 06:31:21 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 11 06:31:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b8c41b
dev-python/deprecated: Enable py3.8 & pypy3 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/deprecated/deprecated-1.2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/deprecated/deprecated-1.2.7.ebuild b/dev-python/deprecated/deprecated-1.2.7.ebuild index 1c28971d7ad..c5ef661a2a3 100644 --- a/dev-python/deprecated/deprecated-1.2.7.ebuild +++ b/dev-python/deprecated/deprecated-1.2.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) inherit distutils-r1 DESCRIPTION="Python @deprecated decorator to deprecate old API"