Add Python 3.8 classifier

This commit is contained in:
Roman Mogylatov 2020-01-26 14:33:30 -05:00
parent ea6f96bffc
commit a66f65dfa7

View File

@ -84,6 +84,7 @@ setup(name='dependency-injector',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development',