Add Python 3.9 classifier

This commit is contained in:
Roman Mogylatov 2020-10-29 15:44:14 -04:00
parent eadea64e0f
commit c3a04cc340
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ setup(name='dependency-injector',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Framework :: AsyncIO',