dev-python/pyhamcrest: add Python 3.8 support
authorThomas Deutschmann <whissi@gentoo.org>
Wed, 22 Jan 2020 22:51:00 +0000 (23:51 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Wed, 22 Jan 2020 23:40:17 +0000 (00:40 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild

index 5fec9f66af47dfb961b2d37f69124f0045a34669..37c195ef582990df4dcd2db997bd68be13367fdc 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 
 inherit distutils-r1