Unverified Commit bf18ec8f authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Python 3.13.11 (#187)



* Pyinstaller 6.17.0

* Python 3.13.11

---------

Co-authored-by: default avatarFedor Batonogov <f.batonogov@yandex.ru>
parent abb9901d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ jobs:
            linux/ppc64le
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.13.9-slim-bookworm
          build-args: PYTHON_VERSION=3.13.11-slim-bookworm
          tags: |
            ${{ steps.meta.outputs.tags }}-slim
            ${{ steps.meta.outputs.tags }}-slim-bookworm
@@ -108,7 +108,7 @@ jobs:
            linux/riscv64
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.13.9-slim-trixie
          build-args: PYTHON_VERSION=3.13.11-slim-trixie
          tags: |
            ${{ steps.meta.outputs.tags }}-slim-trixie
          labels: |
@@ -131,7 +131,7 @@ jobs:
            linux/ppc64le
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.13.9-bookworm
          build-args: PYTHON_VERSION=3.13.11-bookworm
          tags: |
            ${{ steps.meta.outputs.tags }}
            ${{ steps.meta.outputs.tags }}-bookworm
@@ -157,7 +157,7 @@ jobs:
            linux/riscv64
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.13.9-trixie
          build-args: PYTHON_VERSION=3.13.11-trixie
          tags: |
            ${{ steps.meta.outputs.tags }}-trixie
          labels: |
+4 −4
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ jobs:
            linux/ppc64le
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.13.9-slim-bookworm
          build-args: PYTHON_VERSION=3.13.11-slim-bookworm
          tags: |
            ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-slim
            ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-slim-bookworm
@@ -56,7 +56,7 @@ jobs:
            linux/riscv64
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.13.9-slim-trixie
          build-args: PYTHON_VERSION=3.13.11-slim-trixie
          tags: |
            ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-slim-trixie

@@ -73,7 +73,7 @@ jobs:
            linux/ppc64le
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.13.9-bookworm
          build-args: PYTHON_VERSION=3.13.11-bookworm
          tags: |
            ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}
            ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-bookworm
@@ -93,6 +93,6 @@ jobs:
            linux/riscv64
            linux/s390x
          push: true
          build-args: PYTHON_VERSION=3.13.9-trixie
          build-args: PYTHON_VERSION=3.13.11-trixie
          tags: |
            ${{ secrets.DOCKERHUB_USERNAME }}/pyinstaller-linux:${{ github.ref_name }}-trixie
+1 −1
Original line number Diff line number Diff line
# Use ARG to set the Python version
ARG PYTHON_VERSION=3.13.9
ARG PYTHON_VERSION=3.13.11
FROM python:${PYTHON_VERSION}
SHELL ["/bin/bash", "-i", "-c"]

+1 −1
Original line number Diff line number Diff line
# Define Python version as an argument, using the slim variant for a smaller image
ARG PYTHON_VERSION=3.13.9-slim
ARG PYTHON_VERSION=3.13.11-slim
FROM python:${PYTHON_VERSION}
SHELL ["/bin/bash", "-i", "-c"]

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive

ARG WINE_VERSION=winehq-devel

ARG PYTHON_VERSION=3.13.9
ARG PYTHON_VERSION=3.13.11
ARG PYINSTALLER_VERSION=6.17.0

# we need wine for this all to work, so we'll use the PPA