dev-python/astunparse: add python3_7
authorJason Zaman <perfinion@gentoo.org>
Sun, 29 Mar 2020 02:08:33 +0000 (10:08 +0800)
committerJason Zaman <perfinion@gentoo.org>
Sun, 29 Mar 2020 02:19:47 +0000 (10:19 +0800)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
dev-python/astunparse/astunparse-1.6.2.ebuild

index ea706a5884e20c445a4003431fe539f1f50aeba4..304fa3dd21c9256d3edb39cf5bbc2e06745a6c9e 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="Astun parser for python"