Skip to content

Commit

Permalink
chore: Update Python to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
thehale authored Nov 18, 2024
1 parent 8d2d95f commit dd9d872
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", "3.12-slim"]
python_image_tag: ["3.8-slim", "3.9-slim", "3.10-slim", "3.11-slim", "3.12-slim", "3.13-slim"]
poetry_version: ["1.6.1", "1.7.1", "1.8.4"]

steps:
Expand Down

0 comments on commit dd9d872

Please sign in to comment.