diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 21:56:06 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:54:07 +0100 |
commit | fc99644b07a154a1dea220cb3d0b419a1dbc2d5d (patch) | |
tree | eae3958daf8307f5bc395fbed00f14e66bab632b | |
parent | dev-python/fixtures-3.0.0: python 3.8 support added. (diff) | |
download | gentoo-fc99644b07a154a1dea220cb3d0b419a1dbc2d5d.tar.gz gentoo-fc99644b07a154a1dea220cb3d0b419a1dbc2d5d.tar.bz2 gentoo-fc99644b07a154a1dea220cb3d0b419a1dbc2d5d.zip |
dev-python/funcparserlib-0.3.6-r1: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
-rw-r--r-- | dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild index d43775d3201b..965b51689c54 100644 --- a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild +++ b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy ) inherit distutils-r1 |