diff options
author | Rick Farina <zerochaos@gentoo.org> | 2019-11-25 14:17:53 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2019-11-25 14:18:06 -0500 |
commit | d4fe76567d2deaab56615d8b2458566255cbcf86 (patch) | |
tree | 7364293aab2f746717278828fe1d009463636744 /dev-python | |
parent | media-plugins/vdr-osdteletext: bump to version 0.9.7 (diff) | |
download | gentoo-d4fe76567d2deaab56615d8b2458566255cbcf86.tar.gz gentoo-d4fe76567d2deaab56615d8b2458566255cbcf86.tar.bz2 gentoo-d4fe76567d2deaab56615d8b2458566255cbcf86.zip |
dev-python/python-sqlparse: adding python 3.7
tests pass, and I needed it
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild index 3920837f0161..ca3f6ecf6a22 100644 --- a/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild +++ b/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) inherit distutils-r1 |