From 3e53ec2be1224e6b3f111f5faa4230c0412370c3 Mon Sep 17 00:00:00 2001 From: Dirk Eschler Date: Fri, 11 Jul 2014 14:43:47 +0200 Subject: [PATCH] Indicated Python 3.4 support (close #254). --- docs/modeltranslation/installation.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modeltranslation/installation.rst b/docs/modeltranslation/installation.rst index 2a888ec..d061bbc 100644 --- a/docs/modeltranslation/installation.rst +++ b/docs/modeltranslation/installation.rst @@ -9,7 +9,7 @@ Requirements +------------------+------------+-----------+ | Modeltranslation | Python | Django | +==================+============+===========+ -| >=0.8 | 3.2 - 3.3 | 1.5 - 1.7 | +| >=0.8 | 3.2 - 3.4 | 1.5 - 1.7 | | +------------+-----------+ | | 2.7 | 1.7 | | +------------+-----------+ diff --git a/setup.py b/setup.py index bc00bfd..296361b 100755 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Operating System :: OS Independent', 'Environment :: Web Environment', 'Intended Audience :: Developers',