summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-05 08:49:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-05 08:49:01 -0400
commit692987a02adfaa7e05086c1d4c89228d0525bc2e (patch)
treec03a2d9a28ea2b3cbba0ceba3c44db2da0821868 /setup.py
parent2a35bb182114a4ea47780cd0dc6fa08735e5fbaa (diff)
downloadpython-coveragepy-git-692987a02adfaa7e05086c1d4c89228d0525bc2e.tar.gz
No more support for 2.6 or 3.3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 77bc903c..99874fd4 100644
--- a/setup.py
+++ b/setup.py
@@ -24,10 +24,8 @@ License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2
-Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
-Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
@@ -107,7 +105,7 @@ setup_args = dict(
classifiers=classifier_list,
url="https://bitbucket.org/ned/coveragepy",
- python_requires=">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4",
+ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
)
# A replacement for the build_ext command which raises a single exception