summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2016-04-18 14:15:28 +1200
committerRobert Collins <robertc@robertcollins.net>2016-04-18 14:15:28 +1200
commit5b9547f5a8fec931894dee826c21f3ac888ad701 (patch)
tree8a07a3cbc35165b15b079e53e7be79820893b7f7 /setup.cfg
parent8432a9c3c51b12f643ba7313597484c4054b5ce4 (diff)
downloadtestresources-git-5b9547f5a8fec931894dee826c21f3ac888ad701.tar.gz
Drop support for Python 2.4, 2.5, 3.2
While not deliberately breaking compatibility, we cannot easily test those in CI, so stating that they are supported is at best misleading.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 22ae8e9..b4d661c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,6 +13,7 @@ classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
+ Programming Language :: Python :: 2
Programming Language :: Python :: 3
Topic :: Software Development :: Quality Assurance
Topic :: Software Development :: Testing