Skip to content

Commit

Permalink
⬆ Update Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 8, 2023
1 parent 9a229ff commit 970131c
Show file tree
Hide file tree
Showing 22 changed files with 33 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/new_versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Poetry": ["1.5.1"], "Python": []}
{"Poetry": [], "Python": ["3.10.12", "3.11.4"]}
2 changes: 1 addition & 1 deletion 1.1/python3.10-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.11-bullseye
FROM python:3.10.12-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.1/python3.10-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.10.11-bullseye as install-poetry
FROM python:3.10.12-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.10.11-slim-bullseye
FROM python:3.10.12-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.1/python3.11-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.3-bullseye
FROM python:3.11.4-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.1/python3.11-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.11.3-bullseye as install-poetry
FROM python:3.11.4-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.11.3-slim-bullseye
FROM python:3.11.4-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.2/python3.10-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.11-bullseye
FROM python:3.10.12-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.2/python3.10-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.10.11-bullseye as install-poetry
FROM python:3.10.12-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.10.11-slim-bullseye
FROM python:3.10.12-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.2/python3.11-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.3-bullseye
FROM python:3.11.4-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.2/python3.11-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.11.3-bullseye as install-poetry
FROM python:3.11.4-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.11.3-slim-bullseye
FROM python:3.11.4-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.3/python3.10-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.11-bullseye
FROM python:3.10.12-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.3/python3.10-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.10.11-bullseye as install-poetry
FROM python:3.10.12-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.10.11-slim-bullseye
FROM python:3.10.12-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.3/python3.11-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.3-bullseye
FROM python:3.11.4-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.3/python3.11-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.11.3-bullseye as install-poetry
FROM python:3.11.4-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.11.3-slim-bullseye
FROM python:3.11.4-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.4/python3.10-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.11-bullseye
FROM python:3.10.12-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.4/python3.10-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.10.11-bullseye as install-poetry
FROM python:3.10.12-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.10.11-slim-bullseye
FROM python:3.10.12-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.4/python3.11-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.3-bullseye
FROM python:3.11.4-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.4/python3.11-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.11.3-bullseye as install-poetry
FROM python:3.11.4-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.11.3-slim-bullseye
FROM python:3.11.4-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.5/python3.10-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.11-bullseye
FROM python:3.10.12-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.5/python3.10-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.10.11-bullseye as install-poetry
FROM python:3.10.12-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.10.11-slim-bullseye
FROM python:3.10.12-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.5/python3.11-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.3-bullseye
FROM python:3.11.4-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.5/python3.11-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.11.3-bullseye as install-poetry
FROM python:3.11.4-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.11.3-slim-bullseye
FROM python:3.11.4-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 2 additions & 0 deletions scripts/pipeline_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@
9,
10,
11,
12,
],
"3.11": [
0,
1,
2,
3,
4,
],
}
PYTHON_VARIATIONS: Dict[str, List[str]] = {
Expand Down

0 comments on commit 970131c

Please sign in to comment.