Commit 29b639f4 authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

Update Python

parent 07191bb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-i", "-c"]

LABEL maintainer="f.batonogov@yandex.ru"

ARG PYTHON_VERSION=3.10.8
ARG PYTHON_VERSION=3.11.0
ARG PYINSTALLER_VERSION=5.6.1

ENV PYPI_URL=https://pypi.python.org/
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ LABEL maintainer="f.batonogov@yandex.ru"
ENV DEBIAN_FRONTEND noninteractive

ARG WINE_VERSION=winehq-stable
ARG PYTHON_VERSION=3.10.8
ARG PYTHON_VERSION=3.11.0
ARG PYINSTALLER_VERSION=5.6.1

# we need wine for this all to work, so we'll use the PPA
+4 −3
Original line number Diff line number Diff line
@@ -4,14 +4,14 @@

Current PyInstaller version used:

- 5.6.1 for Python 3.10.8
- 5.6.1 for Python 3.11.0

## Tags

`batonogov/pyinstaller-linux` both have few tags `:latest`, `:dev`.
`batonogov/pyinstaller-windows` both have few tags `:latest`, `:dev`.

The `:latest` tag runs Python 3.10.8 x86-64.
The `:latest` tag runs Python 3.11.0 x86-64.

## Usage

@@ -71,7 +71,8 @@ None
  <summary>2022</summary>

#### [3.0] - upcoming
- Updated Pyintaller 5.5.0 -> 5.6.0
- Updated Pyintaller 5.5.0 -> 5.6.1
- Updated Python 3.10.8 -> 3.11.0

#### [2.9] - 2022-10-21