Advertise python3.5 support

For now we don't break compability with python3.5, so why not advertise
it!
This commit is contained in:
Sebastian Lohff 2020-09-29 22:13:30 +02:00
parent ef41f65996
commit 5c78991bc8
1 changed files with 1 additions and 0 deletions

View File

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