dev-python/setproctitle-1.1.10-r1: python 3.8 support added.
authorPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 21:33:54 +0000 (22:33 +0100)
committerPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 21:54:08 +0000 (22:54 +0100)
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild

index 9c136256bd0c6a37c423f046f76f2609686e5bae..85cfafdf79279e2495cbcae76f0ff83a672b2186 100644 (file)
@@ -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