dev-python/lockfile: add py38 for python-daemon
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 20 Apr 2020 22:35:26 +0000 (17:35 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 20 Apr 2020 22:35:26 +0000 (17:35 -0500)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/lockfile/lockfile-0.12.2-r2.ebuild

index a6b1a97de7d1837546076d02805a7991178b7d65..61c5589f1a8ef44424af8bf16d6b95f5ab5ac285 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1