Skip to content

Commit

Permalink
Upgrade to Python 3.11 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Jul 12, 2023
1 parent ed4ef0c commit e51e68e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.4
3.11.4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use the official lightweight Python image.
# https://hub.docker.com/_/python
FROM python:3.10-slim
FROM python:3.11.4-slim-bullseye

# Allow statements and log messages to immediately appear in the logs
ENV PYTHONUNBUFFERED True
Expand Down

0 comments on commit e51e68e

Please sign in to comment.