summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-21 07:11:16 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-21 11:08:18 +0100
commit75653c9fae97c8f9e92a13b27119e9b16c8b6df1 (patch)
tree33c5a5d798529cd7b89f073dd92e8d398dc43a99 /dev-python/pytest-httpbin
parentdev-python/httpbin: Enable py3.8 (diff)
downloadgentoo-75653c9fae97c8f9e92a13b27119e9b16c8b6df1.tar.gz
gentoo-75653c9fae97c8f9e92a13b27119e9b16c8b6df1.tar.bz2
gentoo-75653c9fae97c8f9e92a13b27119e9b16c8b6df1.zip
dev-python/pytest-httpbin: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-httpbin')
-rw-r--r--dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild
index 72739b5001bb..045e7e10be83 100644
--- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild
+++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
inherit distutils-r1