diff options
author | Paul McGuire <ptmcg@users.noreply.github.com> | 2018-09-17 22:23:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-17 22:23:31 -0500 |
commit | 06193197afd1cf153b32bb20c8013248c3c2a1c1 (patch) | |
tree | 6b482cdd5dab5bced4da9783b0e85880181f29c8 /setup.py | |
parent | 65ebd34d1b015f084efde0c67206d69076df541b (diff) | |
download | pyparsing-git-06193197afd1cf153b32bb20c8013248c3c2a1c1.tar.gz |
Add Python 3.7 to supported versionspyparsing_2.2.1
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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',
]
)
|