You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm asking my-self if I make one of my projects python 3.4/django 1.7 as I have big refactoring in front of me.
I used the nice tool https://caniusepython3.com/ and it told me that django-sendfile is not py3k compliant. When I read my self, it looks already compliant or trivial to port.
You probably should update your setup.py except if you haven't tried your project on py3k yet.
If you ran your tests against python 3, you probably should add this to your classifiers:
classifiers = [
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",]