yourlabs / django-autocomplete-light

A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
https://django-autocomplete-light.readthedocs.io
MIT License
1.79k stars 467 forks source link

Even new releases on PyPI are clasified to support Django 1.9 through 1.11 #1237

Closed LEdoian closed 2 years ago

LEdoian commented 3 years ago

On the page https://pypi.org/project/django-autocomplete-light/ in the left sidebar the clasifiers show Django versions 1.9 through 1.11 as supported, even though support of Django 1.11 has been dropped after DAL version 3.2.10.

On the other hand, newer Django isn't mentioned anywhere.

jpic commented 3 years ago

Correct, do you want to open a pull request?

LEdoian commented 3 years ago

I have no idea how PyPI determines metadata, i.e. whether removing lines in setup.py is sufficient and how to change this data for previous versions. So I would rather leave fixing this on somebody who knows.