Mercurial > p > roundup > code
diff setup.py @ 5832:f5a0fdb56784
Add python 3.7 classification as we are running that in CI.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 03 Jul 2019 22:56:10 -0400 |
| parents | 48c4704fba8c |
| children | 573b688fffeb |
line wrap: on
line diff
--- a/setup.py Wed Jul 03 22:53:49 2019 -0400 +++ b/setup.py Wed Jul 03 22:56:10 2019 -0400 @@ -145,6 +145,7 @@ 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Communications :: Email', 'Topic :: Office/Business', 'Topic :: Software Development :: Bug Tracking',
