From 7daf23eb2bbfafb4b4c5f3a52e7b09cdcd7b4ba3 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Fri, 17 Aug 2018 00:17:47 +0300 Subject: [PATCH] Add python 3.7 to the list of classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1a3858d8..47eb0b78 100644 --- a/setup.py +++ b/setup.py @@ -83,6 +83,7 @@ setup(name='dependency-injector', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development',