mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-16 22:10:31 +00:00
Indicated Python 3.4 support (close #254).
This commit is contained in:
parent
f7acd8a688
commit
3e53ec2be1
2 changed files with 2 additions and 1 deletions
|
|
@ -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 |
|
||||
| +------------+-----------+
|
||||
|
|
|
|||
1
setup.py
1
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue