Closed hwkns closed 10 years ago
No I don't think it supports PY3 as it is. There's an existing PR #4 but that PR failed Travis test. Pull request welcome :)
It failed Travis testing because there is no .travis.yml
file in the repo, not because it doesn't work on Python 3. I will see what I can do.
@selwin here is your PR: https://github.com/selwin/django-user_agents/pull/6 :)
Could someone make a PyPI release for this? I don't like pointing my requirements file at a github commit hash.
Will try to release one in a few days, sorry about the wait
0.3.0 is now on out PyPI. Sorry for the wait :) https://pypi.python.org/pypi/django-user_agents
Does django-user-agents support Python 3?
If so, it would be nice to designate that on PyPI using classifiers in setup.py (see https://pypi.python.org/pypi?%3Aaction=list_classifiers)
If not, what does the path forward look like?