summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Karbowski <slashbeast@gentoo.org>2019-12-30 22:49:00 +0100
committerPiotr Karbowski <slashbeast@gentoo.org>2019-12-30 22:54:09 +0100
commit4f88adfd5f78d4a39f10ba3d351c6e499ebaa51a (patch)
tree94aad301f639ab57e41266378191d4ca69ddc7de /dev-python
parentdev-python/sphinxcontrib-websupport-1.1.0: python 3.8 support added. (diff)
downloadgentoo-4f88adfd5f78d4a39f10ba3d351c6e499ebaa51a.tar.gz
gentoo-4f88adfd5f78d4a39f10ba3d351c6e499ebaa51a.tar.bz2
gentoo-4f88adfd5f78d4a39f10ba3d351c6e499ebaa51a.zip
dev-python/testresources-2.0.1: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/testresources/testresources-2.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testresources/testresources-2.0.1.ebuild b/dev-python/testresources/testresources-2.0.1.ebuild
index cac85cb34dfe..1bc1deea8785 100644
--- a/dev-python/testresources/testresources-2.0.1.ebuild
+++ b/dev-python/testresources/testresources-2.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
inherit distutils-r1