Skip to content

Commit

Permalink
Update to Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Nov 30, 2024
1 parent 3856572 commit f74a030
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 @@ -24,7 +24,7 @@ jobs:
images: tobix/pywine
tags: |
type=raw,value=latest
type=raw,value=3.12
type=raw,value=3.13
- 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.12.7
ARG PYTHON_VERSION=3.13.0
# renovate: datasource=github-releases depName=upx/upx versioning=loose
ARG UPX_VERSION=4.2.4

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.13.x: `tobix/pywine:3.13`
* 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 f74a030

Please sign in to comment.