diff options
| author | Asif Saifuddin Auvi <auvipy@gmail.com> | 2018-06-28 21:02:29 +0600 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-28 11:05:32 -0400 |
| commit | 7a007e967b6d143328a36d7c7c839c6a864f605e (patch) | |
| tree | 7663a4049fd69fb32154c4ee90194db9ee55c3eb /setup.py | |
| parent | 08c3581ca99620e6185ddfb8a76f29eb23b00e04 (diff) | |
[2.1.x] Refs #28814 -- Documented Python 3.7 compatibility.
Backport of 2f7cd7f8ecb01d30c1dfdaefa1c1714db76d2553 from master
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3 :: Only', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', |
