We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffef97 commit ce7dccaCopy full SHA for ce7dcca
.github/workflows/django.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
max-parallel: 4
26
matrix:
27
- python-version: ["3.10","3.11" ]
+ python-version: ["3.10","3.11","3.12" ]
28
29
steps:
30
- name: Start MySQL
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11
+FROM python:3.12
2
ENV PYTHONUNBUFFERED 1
3
WORKDIR /code/djangoblog/
4
RUN apt-get update && \
0 commit comments