File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 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
1515
1616## Requirements
1717
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 )
2121
2222This project is tested on the combinations of Python and Django that are supported by each version of Django REST Framework.
2323
Original file line number Diff line number Diff line change @@ -100,8 +100,9 @@ def get_package_data(package):
100100 'Programming Language :: Python :: 2' ,
101101 'Programming Language :: Python :: 2.7' ,
102102 'Programming Language :: Python :: 3' ,
103- 'Programming Language :: Python :: 3.3' ,
104103 'Programming Language :: Python :: 3.4' ,
104+ 'Programming Language :: Python :: 3.5' ,
105+ 'Programming Language :: Python :: 3.6' ,
105106 'Topic :: Internet :: WWW/HTTP' ,
106107 ]
107108)
You can’t perform that action at this time.
0 commit comments