summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-10-29 11:51:11 -0700
committerGiampaolo Rodola <g.rodola@gmail.com>2017-10-29 19:51:11 +0100
commit4789fb72315d6ed102762673232189b4e42af5fb (patch)
tree4ed992f52b3a4d5e9e43bc0729ca08d8dfc7393d
parent21e323f51d05cc95eb129704f8eb1c27a47a697d (diff)
downloadpsutil-4789fb72315d6ed102762673232189b4e42af5fb.tar.gz
Remove trove classifiers for untested and unsupported platforms (#1162)
Helps library users know, at a glance, what platforms are tested and supported. This helps users know if the library is suitable for integration in an existing project.
-rwxr-xr-xsetup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 1bc94083..d11dd782 100755
--- a/setup.py
+++ b/setup.py
@@ -317,9 +317,6 @@ def main():
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.0',
- 'Programming Language :: Python :: 3.1',
- 'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',