summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-08-02 14:00:17 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-08-02 14:00:17 -0700
commitfaddb09c41e658a15de126da30d8ffdad2802110 (patch)
tree827163c6bf2735ba24ec028e9e906f5ac84e852f
parent834a658dfbe25707eebed34d5f5fdd10e1fddd60 (diff)
setup: add that we support python 3.7
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6826606f..99a55fcb 100755
--- a/setup.py
+++ b/setup.py
@@ -23,6 +23,7 @@ setup(
'Operating System :: POSIX',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Communications :: Email :: Email Clients (MUA)',
'Topic :: Database :: Front-Ends',