mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Add Python 3.10 to test matrix (#8287)
* Add Python 3.10 to test matrix * Update README, docs homepage to properly reflect Python versions that we test against
This commit is contained in:
parent
16ca0c24d3
commit
217b0bf3af
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
||||||
- '3.7'
|
- '3.7'
|
||||||
- '3.8'
|
- '3.8'
|
||||||
- '3.9'
|
- '3.9'
|
||||||
|
- '3.10'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user