Mercurial > p > roundup > code
diff setup.py @ 5526:df3f553fa414
Update documentation for Python 3 support (issue 2550968, issue 2550980).
A few obsolete references to Python 2.3 or 2.4 also removed or
updated.
| author | Joseph Myers <jsm@polyomino.org.uk> |
|---|---|
| date | Mon, 03 Sep 2018 00:12:46 +0000 |
| parents | fe1bd8f12a9f |
| children | 48c4704fba8c |
line wrap: on
line diff
--- a/setup.py Sun Sep 02 23:48:04 2018 +0000 +++ b/setup.py Mon Sep 03 00:12:46 2018 +0000 @@ -139,7 +139,12 @@ 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Programming Language :: Python', - 'Programming Language :: Python :: 2 :: Only', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Communications :: Email', 'Topic :: Office/Business', 'Topic :: Software Development :: Bug Tracking',
