Indicated Python 3.4 support (close #254).

This commit is contained in:
Dirk Eschler 2014-07-11 14:43:47 +02:00
parent f7acd8a688
commit 3e53ec2be1
2 changed files with 2 additions and 1 deletions

View file

@ -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 |
| +------------+-----------+

View file

@ -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',