From b5fbdd3a66385abd25bb5e16a675d3a1042d4568 Mon Sep 17 00:00:00 2001 From: Jacek Tomaszewski Date: Mon, 8 Apr 2013 11:52:44 +0200 Subject: [PATCH] Indicate Python 3 support in docs and Pypi. --- docs/modeltranslation/installation.rst | 6 +++++- setup.py | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/modeltranslation/installation.rst b/docs/modeltranslation/installation.rst index 4415a79..11729b3 100644 --- a/docs/modeltranslation/installation.rst +++ b/docs/modeltranslation/installation.rst @@ -9,7 +9,11 @@ Requirements +------------------+------------+-----------+ | Modeltranslation | Python | Django | +==================+============+===========+ -| >=0.5 | 2.6 - 2.7 | 1.5 | +| >=0.7 | 3.2 - 3.3 | 1.5 | +| +------------+-----------+ +| | 2.6 - 2.7 | 1.4 - 1.5 | ++------------------+------------+-----------+ +| ==0.5, ==0.6 | 2.6 - 2.7 | 1.5 | | +------------+-----------+ | | 2.5 - 2.7 | 1.3 - 1.4 | +------------------+------------+-----------+ diff --git a/setup.py b/setup.py index 7db67d1..8a99490 100755 --- a/setup.py +++ b/setup.py @@ -32,6 +32,9 @@ setup( 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Operating System :: OS Independent', 'Environment :: Web Environment', 'Intended Audience :: Developers',