File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ XML support extracted as a third party package directly from the official Django
15
15
16
16
## Requirements
17
17
18
- * Python (2.7, 3.3 , 3.4 )
19
- * Django (1.6 - 1.11, 2.0)
20
- * Django REST Framework (2.4, 3.0 - 3.8 )
18
+ * Python (2.7, 3.4, 3.5 , 3.6 )
19
+ * Django (1.8 - 1.11, 2.0 - 2.1 )
20
+ * Django REST Framework (2.4, 3.0 - 3.9 )
21
21
22
22
This project is tested on the combinations of Python and Django that are supported by each version of Django REST Framework.
23
23
Original file line number Diff line number Diff line change @@ -100,8 +100,9 @@ def get_package_data(package):
100
100
'Programming Language :: Python :: 2' ,
101
101
'Programming Language :: Python :: 2.7' ,
102
102
'Programming Language :: Python :: 3' ,
103
- 'Programming Language :: Python :: 3.3' ,
104
103
'Programming Language :: Python :: 3.4' ,
104
+ 'Programming Language :: Python :: 3.5' ,
105
+ 'Programming Language :: Python :: 3.6' ,
105
106
'Topic :: Internet :: WWW/HTTP' ,
106
107
]
107
108
)
You can’t perform that action at this time.
0 commit comments