chore: Drop support for Python `3.7`

Poetry dropped this support in version 1.6.0 since 3.7 has reached end of life.
master
Joseph Hale 10 months ago committed by GitHub
parent 3ad9217739
commit 02338cff9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save