Compare commits

...

3 Commits

Author SHA1 Message Date
Joseph Hale d02b79e925
chore: Upgrade Poetry to `1.6.1` 9 months ago
Joseph Hale 02338cff9d
chore: Drop support for Python `3.7`
Poetry dropped this support in version 1.6.0 since 3.7 has reached end of life.
9 months ago
Joseph Hale 3ad9217739
chore: Upgrade Poetry to `1.6.0` 9 months ago

@ -38,8 +38,8 @@ jobs:
strategy:
matrix:
python_image_tag: ["3.7-slim", "3.8-slim", "3.9-slim", "3.10-slim", "3.11-slim"]
poetry_version: ["1.4.2", "1.5.1"]
python_image_tag: ["3.8-slim", "3.9-slim", "3.10-slim", "3.11-slim"]
poetry_version: ["1.5.1", "1.6.1"]
steps:
- uses: actions/checkout@v3

Loading…
Cancel
Save