diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 07:31:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 07:31:21 +0100 |
commit | c5b8c41b72e2b2706292c441f264864ddc2dbd2d (patch) | |
tree | eaabb264aeff4a552d7abc59cf5c552561060f36 /dev-python/deprecated | |
parent | dev-python/wrapt: Enable pypy3 (diff) | |
download | gentoo-c5b8c41b72e2b2706292c441f264864ddc2dbd2d.tar.gz gentoo-c5b8c41b72e2b2706292c441f264864ddc2dbd2d.tar.bz2 gentoo-c5b8c41b72e2b2706292c441f264864ddc2dbd2d.zip |
dev-python/deprecated: Enable py3.8 & pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/deprecated')
-rw-r--r-- | dev-python/deprecated/deprecated-1.2.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/deprecated/deprecated-1.2.7.ebuild b/dev-python/deprecated/deprecated-1.2.7.ebuild index 1c28971d7adf..c5ef661a2a3f 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" |