summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-23 13:41:20 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-23 13:42:20 +0100
commit7322e06918936848a420d16c29e6d14b9e3c5f86 (patch)
treed655d3278b1aee046c2275ae6320f1589c33cfaf /dev-python/pytest
parentapp-emulation/cri-tools: Remove old (diff)
downloadgentoo-7322e06918936848a420d16c29e6d14b9e3c5f86.tar.gz
gentoo-7322e06918936848a420d16c29e6d14b9e3c5f86.tar.bz2
gentoo-7322e06918936848a420d16c29e6d14b9e3c5f86.zip
dev-python/pytest: Enable py3.8 on 5.3.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r--dev-python/pytest/pytest-5.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-5.3.0.ebuild b/dev-python/pytest/pytest-5.3.0.ebuild
index 26457fe99992..9795396ca686 100644
--- a/dev-python/pytest/pytest-5.3.0.ebuild
+++ b/dev-python/pytest/pytest-5.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit distutils-r1