Update README, docs homepage to properly reflect Python versions that we test against

This commit is contained in:
Tom Christie 2021-12-10 11:32:21 +00:00
parent 2fb26da319
commit 41aabea60b
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ There is a live example API for testing purposes, [available here][sandbox].
# Requirements # Requirements
* Python (3.5, 3.6, 3.7, 3.8, 3.9) * Python (3.6, 3.7, 3.8, 3.9, 3.10)
* Django (2.2, 3.0, 3.1, 3.2, 4.0) * Django (2.2, 3.0, 3.1, 3.2, 4.0)
We **highly recommend** and only officially support the latest patch release of We **highly recommend** and only officially support the latest patch release of

View File

@ -85,7 +85,7 @@ continued development by **[signing up for a paid plan][funding]**.
REST framework requires the following: REST framework requires the following:
* Python (3.5, 3.6, 3.7, 3.8, 3.9) * Python (3.6, 3.7, 3.8, 3.9, 3.10)
* Django (2.2, 3.0, 3.1, 3.2, 4.0) * Django (2.2, 3.0, 3.1, 3.2, 4.0)
We **highly recommend** and only officially support the latest patch release of We **highly recommend** and only officially support the latest patch release of