bump python and django versions

This commit is contained in:
biozz 2020-02-03 20:25:38 +03:00 committed by Guillaume Baffoin
parent 33cc5a8a04
commit 5f7074de1e
2 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,7 @@ Features
* Order results by relevance.
* No need to install additional third-party modules or services.
* Fast and scaleable enough for most use cases.
* Supports Django 1.8+, Python 2.7+.
* Supports Django 1.11+, Python 3.6+.
Documentation

View File

@ -33,8 +33,6 @@ setup(
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',