dev-python/extras-1.0.0: python 3.8 support added.
authorPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 20:53:41 +0000 (21:53 +0100)
committerPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 21:54:07 +0000 (22:54 +0100)
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
dev-python/extras/extras-1.0.0.ebuild

index 0d5c8c3a52177e03826544efb2484f1d500692f2..16856e3b51dd1e2ef79698f455524c38c48dc86a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 python3_8 pypy pypy3 )
 
 inherit distutils-r1