Revert "升级python版本"

This reverts commit ce7dccab15.
sh_branch
liangliangyy 9 months ago
parent ba61688d28
commit a4b3116da1

@ -24,7 +24,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.10","3.11","3.12" ]
python-version: ["3.10","3.11" ]
steps:
- name: Start MySQL
@ -64,7 +64,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.10","3.11","3.12" ]
python-version: ["3.10","3.11" ]
steps:
- name: Start MySQL

@ -1,4 +1,4 @@
FROM python:3.12
FROM python:3.11
ENV PYTHONUNBUFFERED 1
WORKDIR /code/djangoblog/
RUN apt-get update && \

Loading…
Cancel
Save