diff options
author | 2019-12-30 21:55:23 +0100 | |
---|---|---|
committer | 2019-12-30 22:54:07 +0100 | |
commit | 5adad1c8cd28cccd6009df94fae8ec5b2b703c1d (patch) | |
tree | 47a04b57085ab29dc55a38961ca6b821f58ae457 /dev-python/fixtures | |
parent | dev-python/extras-1.0.0: python 3.8 support added. (diff) | |
download | gentoo-5adad1c8cd28cccd6009df94fae8ec5b2b703c1d.tar.gz gentoo-5adad1c8cd28cccd6009df94fae8ec5b2b703c1d.tar.bz2 gentoo-5adad1c8cd28cccd6009df94fae8ec5b2b703c1d.zip |
dev-python/fixtures-3.0.0: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r-- | dev-python/fixtures/fixtures-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fixtures/fixtures-3.0.0.ebuild b/dev-python/fixtures/fixtures-3.0.0.ebuild index b9c16abcebaf..5a8956ce02f7 100644 --- a/dev-python/fixtures/fixtures-3.0.0.ebuild +++ b/dev-python/fixtures/fixtures-3.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit distutils-r1 |