File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 fail-fast : false
2222 matrix :
2323 python-version :
24- - " 3.9"
2524 - " 3.10"
2625 - " 3.11"
2726 - " 3.12"
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
Original file line number Diff line number Diff line change 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
55RUN apt update && \
66 apt install --yes zlib1g-dev libjpeg-dev gdal-bin libproj-dev \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Developer Installation Instructions
1010Dependencies
1111------------
1212
13- - Python >= 3.9
13+ - Python >= 3.10
1414- OpenSSL
1515
1616Installing for Development
You can’t perform that action at this time.
0 commit comments