Add python 3.7 to the list of classifiers

This commit is contained in:
Roman Mogylatov 2018-08-17 00:17:47 +03:00
parent d90b794568
commit 7daf23eb2b
1 changed files with 1 additions and 0 deletions

View File

@ -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',