Skip to content

Commit aa2561f

Browse files
Srinath0916pandafy
andauthored
[deps] Dropped support for Python 3.9
Co-authored-by: Gagan Deep <[email protected]>
1 parent faec934 commit aa2561f

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
python-version:
24-
- "3.9"
2524
- "3.10"
2625
- "3.11"
2726
- "3.12"
@@ -31,11 +30,6 @@ jobs:
3130
- django~=5.1.0
3231
- django~=5.2.0
3332
exclude:
34-
# Django 5.1+ requires Python >=3.10
35-
- python-version: "3.9"
36-
django-version: django~=5.1.0
37-
- python-version: "3.9"
38-
django-version: django~=5.2.0
3933
# Python 3.13 supported only in Django >=5.1.3
4034
- python-version: "3.13"
4135
django-version: django~=4.2.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: This Docker image is for development purposes only.
22

3-
FROM python:3.9-slim-buster
3+
FROM python:3.12-slim-bookworm
44

55
RUN apt update && \
66
apt install --yes zlib1g-dev libjpeg-dev gdal-bin libproj-dev \

docs/developer/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Developer Installation Instructions
1010
Dependencies
1111
------------
1212

13-
- Python >= 3.9
13+
- Python >= 3.10
1414
- OpenSSL
1515

1616
Installing for Development

0 commit comments

Comments
 (0)