Skip to content

Commit 14a5dfc

Browse files
authored
chore: Update Poetry to 2.3.0
Drops support for Python 3.9
1 parent 6980e21 commit 14a5dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838

3939
strategy:
4040
matrix:
41-
python_image_tag: ["3.9-slim", "3.10-slim", "3.11-slim", "3.12-slim", "3.13-slim", "3.14-slim"]
42-
poetry_version: ["1.8.5", "2.2.1"]
41+
python_image_tag: ["3.10-slim", "3.11-slim", "3.12-slim", "3.13-slim", "3.14-slim"]
42+
poetry_version: ["1.8.5", "2.3.0"]
4343

4444
steps:
4545
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)