Skip to content

Commit

Permalink
chore: Update Poetry to 2.0.0
Browse files Browse the repository at this point in the history
Poetry 2.0.0 drops support for Python 3.8
  • Loading branch information
thehale authored Jan 5, 2025
1 parent ee5e548 commit c39256b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:

strategy:
matrix:
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.5"]
python_image_tag: ["3.9-slim", "3.10-slim", "3.11-slim", "3.12-slim", "3.13-slim"]
poetry_version: ["1.8.5", "2.0.0"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c39256b

Please sign in to comment.