Skip to content

Commit

Permalink
Merge pull request #100 from max-pfeiffer/feature/poetry-1-8-5-upgrade
Browse files Browse the repository at this point in the history
Poetry v1.8.5 upgrade
  • Loading branch information
max-pfeiffer authored Dec 7, 2024
2 parents abab889 + 569524a commit 432fa8c
Show file tree
Hide file tree
Showing 5 changed files with 390 additions and 400 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-environment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ description: Python environment setup
inputs:
python-version:
description: The Python version to install and use
default: "3.11"
default: "3.13"
required: false
poetry-version:
description: The Poetry version to install and use
default: "1.8.3"
default: "1.8.5"
required: false

runs:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.11.10", "3.12.7", "3.13.0"]
python_version: ["3.11.11", "3.12.8", "3.13.1"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.6.1", "1.7.1", "1.8.4"]
poetry_version: ["1.6.1", "1.7.1", "1.8.5"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -57,9 +57,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.11.10", "3.12.7", "3.13.0"]
python_version: ["3.11.11", "3.12.8", "3.13.1"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.6.1", "1.7.1", "1.8.4"]
poetry_version: ["1.6.1", "1.7.1", "1.8.5"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -115,9 +115,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.11.10", "3.12.7", "3.13.0"]
python_version: ["3.11.11", "3.12.8", "3.13.1"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.6.1", "1.7.1", "1.8.4"]
poetry_version: ["1.6.1", "1.7.1", "1.8.5"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This multi arch image supports AMD64 and ARM64 architectures.
**Poetry versions:**
* v1.6.1
* v1.7.1
* v1.8.4
* v1.8.5

**Python versions:**
* v3.11
Expand Down
Loading

0 comments on commit 432fa8c

Please sign in to comment.