Skip to content

Commit

Permalink
Python 3 support is official (& should be everywhere in the docs).
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Aug 3, 2013
1 parent 1085854 commit cbffbef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Requirements
Core
----

* Python 2.6+
* Python 2.6+ or Python 3.3+
* Django 1.5+
* dateutil (http://labix.org/python-dateutil) >= 2.1

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ the necessary bits via the included ``requirements.txt``:
Required
--------

* Python 2.6+
* Python 2.6+ or Python 3.3+
* Django 1.5+
* dateutil (http://labix.org/python-dateutil) >= 2.1

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ your project or ``PYTHONPATH``.

1. Download the dependencies:

* Python 2.6+
* Python 2.6+ or Python 3.3+
* Django 1.5+
* ``python-mimeparse`` 0.1.4+ (http://pypi.python.org/pypi/python-mimeparse)
* ``dateutil`` (http://labix.org/python-dateutil)
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Utilities'
],
)

0 comments on commit cbffbef

Please sign in to comment.