Skip to content

Commit 3003fa4

Browse files
auvipypeterthomassen
authored andcommitted
Remove Python 3.9 support
1 parent 0f57622 commit 3003fa4

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version:
17-
- '3.9'
1817
- '3.10'
1918
- '3.11'
2019
- '3.12'
@@ -38,11 +37,6 @@ jobs:
3837
- name: Run tox targets for ${{ matrix.python-version }}
3938
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d . | cut -f 1 -d '-')
4039

41-
- name: Run extra tox targets
42-
if: ${{ matrix.python-version == '3.9' }}
43-
run: |
44-
tox -e base,dist,docs
45-
4640
- name: Upload coverage
4741
uses: codecov/codecov-action@v5
4842
with:
@@ -56,7 +50,7 @@ jobs:
5650

5751
- uses: actions/setup-python@v6
5852
with:
59-
python-version: '3.9'
53+
python-version: '3.13'
6054

6155
- name: Install dependencies
6256
run: pip install -r requirements/requirements-documentation.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Some reasons you might want to use REST framework:
5454

5555
# Requirements
5656

57-
* Python 3.9+
57+
* Python 3.10+
5858
* Django 4.2, 5.0, 5.1, 5.2
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
@@ -88,7 +88,7 @@ continued development by **[signing up for a paid plan][funding]**.
8888
REST framework requires the following:
8989

9090
* Django (4.2, 5.0, 5.1, 5.2)
91-
* Python (3.9, 3.10, 3.11, 3.12, 3.13)
91+
* Python (3.10, 3.11, 3.12, 3.13)
9292

9393
We **highly recommend** and only officially support the latest patch release of
9494
each Python and Django series.

0 commit comments

Comments
 (0)