From 83e88553d4cb18dd876c5abe1fe1651034b09e8e Mon Sep 17 00:00:00 2001 From: ines Date: Wed, 4 Jul 2018 14:53:51 +0200 Subject: [PATCH] Add Python 3.7 to setup.py (resolves #2505) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2a00ae58a..b3dbbd0d7 100755 --- a/setup.py +++ b/setup.py @@ -222,6 +222,7 @@ def setup_package(): 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Scientific/Engineering'], cmdclass = { 'build_ext': build_ext_subclass},