GeeWee / django-auto-prefetching

Automatic prefetching for Django
MIT License
231 stars 18 forks source link

Don't require specific patch release of Python 3.6 #15

Closed johnthagen closed 4 years ago

johnthagen commented 4 years ago

Generally, patch release versions shouldn't be enforced in setup.py unless there is a specific bug that is necessary to be fixed in a patch release.

This doesn't seem to be the case for this project, this this should make the next release more flexible to install for users.