Blob Blame History Raw
From e857b294d9c899556544bca00fb850cf6e4ff2b0 Mon Sep 17 00:00:00 2001
From: Chris Seymour <christopher.seymour@nanoporetech.com>
Date: Sat, 30 Jun 2018 13:40:08 +0100
Subject: [PATCH 03/11] add py37 to test environments fixes #42

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

diff --git a/setup.py b/setup.py
index 7c0019c..d769263 100644
--- a/setup.py
+++ b/setup.py
@@ -39,6 +39,7 @@ setup(
         "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={
-- 
2.18.0.rc2