Document which Python versions are supported
johnthagen opened this issue · 3 comments
johnthagen commented
It would be helpful to document in setup.py which versions of Python are explicitly supported. Nowadays it's pretty typical to support 2.7, 3.4+ or just 3.4+ (I haven't tested this on 2.7).
This is typically done with trove classifiers.
If you let me know what versions you plan to support, I'm happy to submit a PR for it.
johnthagen commented
Should also put the supported Django versions as trove classifiers.
adam-stokes commented
PR's welcomed!
johnthagen commented
@battlemidget what would the supported versions be?