Skip to content

Commit

Permalink
chore: Drop support for Python 3.7
Browse files Browse the repository at this point in the history
Poetry dropped this support in version 1.6.0 since 3.7 has reached end of life.
  • Loading branch information
thehale authored Aug 21, 2023
1 parent 3ad9217 commit 02338cf
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.7-slim", "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"]
poetry_version: ["1.5.1", "1.6.0"]

steps:
Expand Down

0 comments on commit 02338cf

Please sign in to comment.