Skip to content

Commit

Permalink
Merge pull request #64 from max-pfeiffer/feature/poetry_v1_8_1_update
Browse files Browse the repository at this point in the history
Feature/poetry v1 8 1 update
  • Loading branch information
max-pfeiffer committed Mar 1, 2024
2 parents a5aa52c + d8ff6d9 commit ae25cd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.10.13", "3.11.6", "3.12.0"]
python_version: ["3.10.13", "3.11.8", "3.12.2"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.5.1", "1.6.1", "1.7.1"]
poetry_version: ["1.6.1", "1.7.1", "1.8.1"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -87,9 +87,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.10.13", "3.11.6", "3.12.0"]
python_version: ["3.10.13", "3.11.8", "3.12.2"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.5.1", "1.6.1", "1.7.1"]
poetry_version: ["1.6.1", "1.7.1", "1.8.1"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -159,9 +159,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.10.13", "3.11.6", "3.12.0"]
python_version: ["3.10.13", "3.11.8", "3.12.2"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.5.1", "1.6.1", "1.7.1"]
poetry_version: ["1.6.1", "1.7.1", "1.8.1"]
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 @@ -21,9 +21,9 @@ This multi arch image supports AMD64 and ARM64 architectures.

## Docker Image Features
**Poetry versions:**
* v1.5.1
* v1.6.1
* v1.7.1
* v1.8.1

**Python versions:**
* v3.10
Expand Down

0 comments on commit ae25cd4

Please sign in to comment.