Skip to content

Commit e5327c0

Browse files
committed
changes per @sliverc review
1 parent abe9573 commit e5327c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ any parts of the framework not mentioned in the documentation should generally b
1717

1818
## [7.1.0] - 2024-10-25
1919

20+
This is the last release supporting Python 3.8.
21+
2022
### Fixed
2123

2224
* Handled zero as a valid ID for resource (regression since 6.1.0)

Diff for: docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ like the following:
5151

5252
## Requirements
5353

54-
1. Python (3.8, 3.9, 3.10, 3.11, 3.12, 3.13)
54+
1. Python (3.9, 3.10, 3.11, 3.12, 3.13)
5555
2. Django (4.2, 5.0, 5.1)
5656
3. Django REST framework (3.14, 3.15)
5757

0 commit comments

Comments
 (0)