Skip to content

Commit

Permalink
Update Python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thehale authored Oct 2, 2023
1 parent d02b79e commit c87d79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

strategy:
matrix:
python_image_tag: ["3.8-slim", "3.9-slim", "3.10-slim", "3.11-slim"]
python_image_tag: ["3.8-slim", "3.9-slim", "3.10-slim", "3.11-slim", "3.12-slim"]
poetry_version: ["1.5.1", "1.6.1"]

steps:
Expand Down

1 comment on commit c87d79c

@thehale
Copy link
Owner Author

@thehale thehale commented on c87d79c Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Today the Python blog announced the first official release of Python 3.12.

However, the 3.12-slim tag doesn't exist yet on Docker Hub. We'll have to re-run these jobs a little later once that tag is available.

Please sign in to comment.