dev-python/pytest-virtualenv: Tested on py3.8
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Dec 2019 14:49:28 +0000 (15:49 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Dec 2019 15:13:56 +0000 (16:13 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild

index f80146f66448892b3b68e22acb624ea141b930a9..826104f8af442590eaa4e07f24702fc3271145d0 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
 
 inherit distutils-r1