From 3121b4aca801ee5d38f56ca297ce1c0f9515d9ff Mon Sep 17 00:00:00 2001 From: Calum Chamberlain Date: Tue, 4 Dec 2018 10:52:26 +1300 Subject: [PATCH] Add 3.7 to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 78b09d4b6..b7c8bfdd1 100644 --- a/setup.py +++ b/setup.py @@ -368,6 +368,7 @@ def setup_package(): 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ], 'keywords': 'earthquake correlation detection match-filter', 'scripts': scriptfiles,