Skip to content

Commit 244e0a6

Browse files
committed
Updated README to reflect supported versions
1 parent ae847b6 commit 244e0a6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2222
This project is tested on the combinations of Python and Django that are supported by each version of Django REST Framework.
2323

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)