diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-22 11:57:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-22 12:44:25 +0100 |
commit | e09e5facb101e5fea178d87e3c7be324c434a699 (patch) | |
tree | 10a00fa6d503a4f56d9f938e86eba0564f589991 /dev-python/brotlipy | |
parent | dev-python/brotlipy: Fix Hypothesis deadlines in tests (diff) | |
download | gentoo-e09e5facb101e5fea178d87e3c7be324c434a699.tar.gz gentoo-e09e5facb101e5fea178d87e3c7be324c434a699.tar.bz2 gentoo-e09e5facb101e5fea178d87e3c7be324c434a699.zip |
dev-python/brotlipy: Enable py3.8 & pypy{,3}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/brotlipy')
-rw-r--r-- | dev-python/brotlipy/brotlipy-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild b/dev-python/brotlipy/brotlipy-0.7.0.ebuild index d744a0167224..53334857e18e 100644 --- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild +++ b/dev-python/brotlipy/brotlipy-0.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy{,3} ) inherit distutils-r1 |