From 95856ae37c8f65622f6c37400f32fcc5ad3ae7cd Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Thu, 15 Aug 2019 02:35:58 -0700 Subject: [PATCH] Add Python 3.7 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 81bb921..9148fa5 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ CLASSIFIERS = [ 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Assembly', 'Topic :: Software Development :: Assemblers', 'Topic :: Software Development :: Disassemblers',