Skip to content

Commit c274ce4

Browse files
committed
go back to python 3 11
1 parent 1acd841 commit c274ce4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12
1+
FROM python:3.11
22

33
RUN apt update --no-install-recommends -y
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages = []
2828
'''
2929

3030
[tool.poetry.dependencies]
31-
python = "^3.12"
31+
python = "^3.11"
3232
djangorestframework = "^3.14.0"
3333
flake8 = "^5.0.4"
3434
python-decouple = "^3.6"

0 commit comments

Comments
 (0)