Blob Blame History Raw
From 9a23f57120917496111efd971af80e528b505d50 Mon Sep 17 00:00:00 2001
From: Chris Seymour <christopher.seymour@nanoporetech.com>
Date: Sat, 30 Jun 2018 13:53:24 +0100
Subject: [PATCH 04/11] drop 3.3 support

---
 setup.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/setup.py b/setup.py
index d769263..aef39ca 100644
--- a/setup.py
+++ b/setup.py
@@ -35,14 +35,10 @@ setup(
         "Development Status :: 4 - Beta",
         "Intended Audience :: Developers",
         "License :: OSI Approved :: Apache Software License",
-        "Programming Language :: Python :: 3.3",
         "Programming Language :: Python :: 3.4",
         "Programming Language :: Python :: 3.5",
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
         "Topic :: System :: Filesystems",
-    ],
-    extras_require={
-        ':python_version == "3.3"': ['asyncio', 'singledispatch']
-    }
+    ]
 )
-- 
2.18.0.rc2