Add Python 3.9 classifier
This commit is contained in:
parent
eadea64e0f
commit
c3a04cc340
1
setup.py
1
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue