dev-python/pyparsing: Port to py3.9
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 13:24:01 +0000 (15:24 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 13:26:03 +0000 (15:26 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyparsing/pyparsing-2.4.7.ebuild

index e0fceaa8ab248f03388114cc9f65c0d3861ce28e..66f7c8b3d8509802d5fe235fadd3d66c9ab4c373 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1