Advertise python3.5 support
For now we don't break compability with python3.5, so why not advertise it!
This commit is contained in:
parent
ef41f65996
commit
5c78991bc8
1
setup.py
1
setup.py
|
@ -34,6 +34,7 @@ setup(
|
|||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
|
|
Loading…
Reference in New Issue