From 4cf6e785ca5608cffd8d92ad1e1a5073108a2a20 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 12 Oct 2017 06:06:01 +0800 Subject: expunge python 2.6 (#3962) * expunge python 2.6 * how did THAT happen * remove another unsupported python from the tox envlist * hypothesis can now be unconditionally imported --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c5a42b20..cf79b661 100644 --- a/setup.py +++ b/setup.py @@ -49,9 +49,8 @@ test_requirements = [ "pretend", "iso8601", "pytz", + "hypothesis>=1.11.4", ] -if sys.version_info[:2] > (2, 6): - test_requirements.append("hypothesis>=1.11.4") # If there's no vectors locally that probably means we are in a tarball and @@ -260,7 +259,6 @@ setup( "Operating System :: Microsoft :: Windows", "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.4", -- cgit v1.2.3