Skip to content

Commit

Permalink
Update to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Oct 26, 2023
1 parent 65cc8be commit 05afe9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
images: tobix/pywine
tags: |
type=raw,value=latest
type=raw,value=3.11
type=raw,value=3.12
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY mkuserwineprefix entrypoint.sh /opt/
RUN xvfb-run sh /tmp/helper/wine-init.sh

# renovate: datasource=github-tags depName=python/cpython versioning=pep440
ARG PYTHON_VERSION=3.11.5
ARG PYTHON_VERSION=3.12.0
# renovate: datasource=github-releases depName=upx/upx versioning=loose
ARG UPX_VERSION=4.0.2

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ to create an "usable" wineprefix:
If you need older Python versions for some reason, there are currently tags for
the following Python branches:

* Python 3.12.x: `tobix/pywine:3.12`
* Python 3.11.x: `tobix/pywine:3.11`
* Python 3.10.x: `tobix/pywine:3.10`

Expand Down

0 comments on commit 05afe9e

Please sign in to comment.