Skip to content

Commit b380f18

Browse files
committed
Drop mentions of Python 3.8/3.9 in docs (Django 5.0 requires 3.10)
1 parent e7e36b9 commit b380f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ You can run the Wagtail demo locally without setting up Vagrant or Docker and si
125125

126126
#### Dependencies
127127

128-
- Python 3.8, 3.9, 3.10, 3.11 or 3.12
128+
- Python 3.10, 3.11 or 3.12
129129
- [Virtualenv](https://virtualenv.pypa.io/en/stable/installation/)
130130
- [VirtualenvWrapper](https://virtualenvwrapper.readthedocs.io/en/latest/install.html) (optional)
131131

@@ -142,7 +142,7 @@ Confirm that this is showing a compatible version of Python 3.x. If not, and you
142142
```bash
143143
deactivate
144144
rmvirtualenv wagtailbakerydemo
145-
mkvirtualenv wagtailbakerydemo --python=python3.9
145+
mkvirtualenv wagtailbakerydemo --python=python3.12
146146
python --version
147147
```
148148

0 commit comments

Comments
 (0)