Skip to content

Commit

Permalink
Merge pull request #93 from max-pfeiffer/feature/dependency-upgrade
Browse files Browse the repository at this point in the history
Updated Poetry version and dependencies
  • Loading branch information
max-pfeiffer authored Oct 20, 2024
2 parents 2c717cc + 65bb61b commit 668a614
Show file tree
Hide file tree
Showing 4 changed files with 509 additions and 478 deletions.
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.10.14", "3.11.9", "3.12.3"]
python_version: ["3.11.10", "3.12.7", "3.13.0"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.6.1", "1.7.1", "1.8.3"]
poetry_version: ["1.6.1", "1.7.1", "1.8.4"]
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.10.14", "3.11.9", "3.12.3"]
python_version: ["3.11.10", "3.12.7", "3.13.0"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.6.1", "1.7.1", "1.8.3"]
poetry_version: ["1.6.1", "1.7.1", "1.8.4"]
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.10.14", "3.11.9", "3.12.3"]
python_version: ["3.11.10", "3.12.7", "3.13.0"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.6.1", "1.7.1", "1.8.3"]
poetry_version: ["1.6.1", "1.7.1", "1.8.4"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ This multi arch image supports AMD64 and ARM64 architectures.
**Poetry versions:**
* v1.6.1
* v1.7.1
* v1.8.3
* v1.8.4

**Python versions:**
* v3.10
* v3.11
* v3.12
* v3.13

**Operating system:**
* [Debian Bookworm v12.1](https://www.debian.org/releases/bookworm/)
Expand Down
Loading

0 comments on commit 668a614

Please sign in to comment.