summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@users.noreply.github.com>2018-09-17 22:23:31 -0500
committerGitHub <noreply@github.com>2018-09-17 22:23:31 -0500
commit06193197afd1cf153b32bb20c8013248c3c2a1c1 (patch)
tree6b482cdd5dab5bced4da9783b0e85880181f29c8 /setup.py
parent65ebd34d1b015f084efde0c67206d69076df541b (diff)
downloadpyparsing-git-06193197afd1cf153b32bb20c8013248c3c2a1c1.tar.gz
Add Python 3.7 to supported versionspyparsing_2.2.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6dc4f11..5e5c69a 100644
--- a/setup.py
+++ b/setup.py
@@ -42,5 +42,6 @@ setup(# Distribution meta-data
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
]
)