Skip to content

Commit

Permalink
Support Python 3.12 (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
evroon authored Nov 12, 2024
1 parent 1ddb2ed commit b6680b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-alpine3.17
FROM python:3.12-alpine3.17
ARG packages
RUN apk --update add ${packages} \
&& rm -rf /var/cache/apk/* \
Expand Down
2 changes: 1 addition & 1 deletion backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ ruff = ">=0.0.292"
vulture = ">=2.10"

[requires]
python_version = "3.10"
python_version = "3.12"

0 comments on commit b6680b4

Please sign in to comment.