Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5831:e6bee80c20f8 | 5832:f5a0fdb56784 |
|---|---|
| 143 'Programming Language :: Python :: 2.7', | 143 'Programming Language :: Python :: 2.7', |
| 144 'Programming Language :: Python :: 3', | 144 'Programming Language :: Python :: 3', |
| 145 'Programming Language :: Python :: 3.4', | 145 'Programming Language :: Python :: 3.4', |
| 146 'Programming Language :: Python :: 3.5', | 146 'Programming Language :: Python :: 3.5', |
| 147 'Programming Language :: Python :: 3.6', | 147 'Programming Language :: Python :: 3.6', |
| 148 'Programming Language :: Python :: 3.7', | |
| 148 'Topic :: Communications :: Email', | 149 'Topic :: Communications :: Email', |
| 149 'Topic :: Office/Business', | 150 'Topic :: Office/Business', |
| 150 'Topic :: Software Development :: Bug Tracking', | 151 'Topic :: Software Development :: Bug Tracking', |
| 151 ], | 152 ], |
| 152 | 153 |
