From: Piotr Karbowski Date: Mon, 30 Dec 2019 21:33:54 +0000 (+0100) Subject: dev-python/setproctitle-1.1.10-r1: python 3.8 support added. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=68b8e4cc85bf0a12e2528174210679c264ddd855;p=gentoo.git dev-python/setproctitle-1.1.10-r1: python 3.8 support added. Signed-off-by: Piotr Karbowski --- diff --git a/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild b/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild index 9c136256bd0c..85cfafdf7927 100644 --- a/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild +++ b/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 # pypy doesn't get started in test run. Still required by www-servers/gunicorn -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy ) inherit distutils-r1 toolchain-funcs