diff --git a/README.markdown b/README.markdown index b891f81..8702086 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/setup.py b/setup.py index cba7447..aa9ea1d 100644 --- a/setup.py +++ b/setup.py @@ -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',