zsoldosp / django-currentuser

Conveniently store reference to request user on thread/db level.
BSD 3-Clause "New" or "Revised" License
141 stars 40 forks source link

don't enforce supported versions in setup.py? #32

Closed zsoldosp closed 5 years ago

zsoldosp commented 5 years ago

inspired by #27, #30, #31

It could be better NOT to specify the python and Django versions, just as a super low bar - i.e.: python 2.7 and Django 1.11, and simply list in the README (tox) which versions are supported

Would simplify life quite a bit as setuptools is never trivial :)

serafdev commented 5 years ago

I agree with this, I can test with no python version and make a PR if you want @zsoldosp

serafdev commented 5 years ago

@zsoldosp Should we still let travis test all supported environments? aka 1.11, 2.1, 2.2? I think we should still test on the supported django versions

zsoldosp commented 5 years ago

@serafss2 yes,of course we should keep testing all supported python-django combinations in tox/travis! I'll take a look at the PR, but will wait for feedback from someone at @PaesslerAG