From c9ca70706f66d646307eea64366d398e21cc1a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Wed, 26 Sep 2018 17:58:49 +0100 Subject: [PATCH] new setup.py file --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da4f5e9..557d30d 100644 --- a/setup.py +++ b/setup.py @@ -73,6 +73,7 @@ "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6" + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7" ] )