Skip to content

Commit f8421d3

Browse files
tomchristiesigvef
authored andcommitted
Add Python 3.10 to test matrix (encode#8287)
* Add Python 3.10 to test matrix * Update README, docs homepage to properly reflect Python versions that we test against
1 parent 8897462 commit f8421d3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- '3.7'
1919
- '3.8'
2020
- '3.9'
21+
- '3.10'
2122

2223
steps:
2324
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ There is a live example API for testing purposes, [available here][sandbox].
5454

5555
# Requirements
5656

57-
* Python (3.5, 3.6, 3.7, 3.8, 3.9)
57+
* Python (3.6, 3.7, 3.8, 3.9, 3.10)
5858
* Django (2.2, 3.0, 3.1, 3.2, 4.0)
5959

6060
We **highly recommend** and only officially support the latest patch release of

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ continued development by **[signing up for a paid plan][funding]**.
8585

8686
REST framework requires the following:
8787

88-
* Python (3.5, 3.6, 3.7, 3.8, 3.9)
88+
* Python (3.6, 3.7, 3.8, 3.9, 3.10)
8989
* Django (2.2, 3.0, 3.1, 3.2, 4.0)
9090

9191
We **highly recommend** and only officially support the latest patch release of

0 commit comments

Comments
 (0)