File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ matrix:
15
15
allow_failures :
16
16
# Allow failures for unreleased Django version
17
17
- env : DJANGO=https://www.djangoproject.com/download/1.7b3/tarball/
18
- # Allow failures for Python 3.3
19
- - python : " 3.3"
20
18
exclude :
21
19
# Django 1.4 and 1.5 do not fully support Python 3.3
22
20
- env : DJANGO=Django==1.4.12
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ models.py::
64
64
65
65
Compatibility
66
66
=============
67
- Currently Django 1.4 through 1.6 is maintained for Python 2.6 and 2.7.
67
+ Currently Django 1.4 through 1.6 is maintained for Python 2.6, 2.7 and 3.3 .
68
68
69
69
Admin integration
70
70
=================
Original file line number Diff line number Diff line change 34
34
'License :: OSI Approved :: GNU Affero General Public License v3' ,
35
35
'Operating System :: OS Independent' ,
36
36
'Programming Language :: Python' ,
37
+ 'Programming Language :: Python :: 2' ,
38
+ 'Programming Language :: Python :: 2.6' ,
39
+ 'Programming Language :: Python :: 2.7' ,
40
+ 'Programming Language :: Python :: 3' ,
41
+ 'Programming Language :: Python :: 3.3' ,
37
42
],
38
43
test_suite = 'setuptest.setuptest.SetupTestSuite' ,
39
44
tests_require = (
You can’t perform that action at this time.
0 commit comments