dev-python/pytidylib: Tested on python3.8
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Dec 2019 14:04:08 +0000 (15:04 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Dec 2019 14:37:39 +0000 (15:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytidylib/pytidylib-0.3.2.ebuild

index a46098e9a0a62cb0d33e99cbb7fa72598f861c8c..9af626ade729505366e5f26213393637ae29fa7b 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
 
 inherit distutils-r1