Skip to content

Commit

Permalink
Updated python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
max-pfeiffer committed Feb 29, 2024
1 parent 7c4c3f2 commit f3d563c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ 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"]
steps:
Expand Down Expand Up @@ -88,7 +88,7 @@ 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"]
steps:
Expand Down Expand Up @@ -160,7 +160,7 @@ 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"]
steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ management.
Basis of this image are the [official Python](https://hub.docker.com/_/python)
and [Debian images](https://hub.docker.com/_/debian).

This multiarch image supports AMD64 and ARM64 architectures.
This multi arch image supports AMD64 and ARM64 architectures.

**Docker Hub:** [pfeiffermax/python-poetry](https://hub.docker.com/r/pfeiffermax/python-poetry)

**GitHub Repository:** [https://github.com/max-pfeiffer/python-poetry](https://github.com/max-pfeiffer/python-poetry)

## 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 f3d563c

Please sign in to comment.