Skip to content

Commit ce7dcca

Browse files
committed
升级python版本
1 parent 6ffef97 commit ce7dcca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
max-parallel: 4
2626
matrix:
27-
python-version: ["3.10","3.11" ]
27+
python-version: ["3.10","3.11","3.12" ]
2828

2929
steps:
3030
- name: Start MySQL
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
max-parallel: 4
6666
matrix:
67-
python-version: ["3.10","3.11" ]
67+
python-version: ["3.10","3.11","3.12" ]
6868

6969
steps:
7070
- name: Start MySQL

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11
1+
FROM python:3.12
22
ENV PYTHONUNBUFFERED 1
33
WORKDIR /code/djangoblog/
44
RUN apt-get update && \

0 commit comments

Comments
 (0)