dev-python/python-sqlparse: python3_8
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 4 Feb 2020 22:22:40 +0000 (23:22 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 5 Feb 2020 21:27:40 +0000 (22:27 +0100)
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild

index 83cabf9bcaa864a602ee49d472ee80dbf634556e..a0839ec0c23b1d75022922c156a422461739b175 100644 (file)
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 inherit distutils-r1
 
 MY_PN="${PN##python-}"