From 68b8e4cc85bf0a12e2528174210679c264ddd855 Mon Sep 17 00:00:00 2001 From: Piotr Karbowski Date: Mon, 30 Dec 2019 22:33:54 +0100 Subject: dev-python/setproctitle-1.1.10-r1: python 3.8 support added. Signed-off-by: Piotr Karbowski --- dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/setproctitle') 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 -- cgit v1.2.3-65-gdbad