dev-python/unicodecsv-0.14.1-r1: add py38
authorPatrick McLean <patrick.mclean@sony.com>
Thu, 30 Jan 2020 00:56:38 +0000 (16:56 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Thu, 30 Jan 2020 00:56:38 +0000 (16:56 -0800)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild

index 0f7d93e57ebb523c93029484ef81621acb62535b..0e140b7c1aa39367398074ad7e8b62e1e02c281a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
 
 inherit distutils-r1