Use python 3.9 instead

This commit is contained in:
Daniel Markstedt 2024-03-22 15:18:05 +09:00
parent 56e935b451
commit 37001281bb
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.11.8
python-version: 3.9.19
cache: 'pip'
- run: pip install -r web/requirements-dev.txt

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.9-slim
ENV DOCKER=1
WORKDIR /src